home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / do101j2.arj / HALTTEST.SCR < prev    next >
Encoding:
Text File  |  1991-12-03  |  245 b   |  10 lines

  1. * SCRIPT: HaltTest
  2. *         Tests the ability of DO scripts to return an error code
  3. *         which can be tested with the RESULT variable.
  4.  
  5. /SET Default 0
  6. /GETS Code Default "Return Code?" 2
  7. /HALT %Code
  8. * end of script
  9. /ENDEXEC CLEAR
  10.