home *** CD-ROM | disk | FTP | other *** search
- ************************************************************************
- Documentation for the New Utilities
- ************************************************************************
-
- This file documents some of the New Utilities developed under a Userview
- Corporation grant for use under IBM PC-DOS. These utilities may be
- distributed freely, but Userview retains all rights to the programs and
- supporting documentation.
-
- Programs and documentation (C) 1983 Userview Corporation.
-
-
- III. CHECKING
-
- This program allows conditional termination of batch files
- depending on the result of the previous program.
-
- INVOKING THE PROGRAM: Include the command "checking" after a command
- in a batch file. If the previous program was successful, CHECKING
- prints an appropriate message and allows the batch file to continue.
- If there was an error in the previous program, CHECKING also prints
- a message and allows the user to terminate the batch job.
-
- CHECKING will properly check the results of MASM, and may
- work with other programs. Experiment before doing something critical
- with CHECKING.