Ends the interpretation of an SNC script. The numeric exit_value is returned to the calling SNC script. You can test the ERRORLEVEL with the IF directive.
Example:
This example exits the current SNC script with an ERRORLEVEL value of 3.
EXIT 3