SourcePoint AMD Help

Table of Contents

abort

Abort command file processing.

Syntax

abort

Discussion

The abort command aborts command file processing. If command file execution is nested (nested include commands), all command files are terminated.

Example

To conditionally abort command file processing:

Command input:

if (getchar()=='x') abort

Related Topics: