home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BATUTL / EXT_BAT.ZIP / CHECKING.DOC < prev    next >
Encoding:
Text File  |  1983-11-30  |  1.1 KB  |  29 lines

  1.  
  2. ************************************************************************
  3.         Documentation for the New Utilities
  4. ************************************************************************
  5.  
  6. This file documents some of the New Utilities developed under a Userview
  7. Corporation grant for use under IBM PC-DOS.  These utilities may be
  8. distributed freely, but Userview retains all rights to the programs and
  9. supporting documentation.
  10.  
  11.     Programs and documentation (C) 1983 Userview Corporation.
  12.  
  13.  
  14. III. CHECKING
  15.  
  16.     This program allows conditional termination of batch files
  17. depending on the result of the previous program.
  18.  
  19. INVOKING THE PROGRAM: Include the command "checking" after a command
  20. in a batch file.  If the previous program was successful, CHECKING
  21. prints an appropriate message and allows the batch file to continue.
  22. If there was an error in the previous program, CHECKING also prints
  23. a message and allows the user to terminate the batch job.
  24.  
  25. CHECKING will properly check the results of MASM, and may
  26. work with other programs.  Experiment before doing something critical
  27. with CHECKING.
  28.  
  29.