home *** CD-ROM | disk | FTP | other *** search
- * SCRIPT: HaltTest
- * Tests the ability of DO scripts to return an error code
- * which can be tested with the RESULT variable.
-
- /SET Default 0
- /GETS Code Default "Return Code?" 2
- /HALT %Code
- * end of script
- /ENDEXEC CLEAR
-