Solstice NFS Client 3.2 User's Guide for Microsoft Windows 95 and Windows NT

EXIT exit_value

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