Error Handling
This command can be inserted in any places in a command script to alter the “command script error handling”. This command have an input parameter “error codes to abort on” for specifying the actual error codes that cause the command script run to abort. The actual error codes can be given as single numbers with a comma as separator and/or as a error code range with a hyphen char between lower and upper error code:
Example of a legal input: 5, 10, 100- 200, 999
options
IGNORE_ALL_ERRORS, ABORT_ON_FIRST_ERROR, ABORT_ON_SPECIFIED_ERRORS.