home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / veal0989.arc / README.CDV < prev    next >
Text File  |  1988-12-15  |  647b  |  19 lines

  1.  
  2. Each program has its own documentation.  Please review the .DOC file for each
  3. utility BEFORE you try to use it.
  4.  
  5. Many of these programs can now be used in batch files by using the ERRORLEVEL
  6. function.  If the program was successful it sets an ERRORLEVEL of 0 when it
  7. ends.  If it was not successful, it sets an ERRORLEVEL of 255 and then ends.
  8. You can test for these by inclulding a couple of lines like these below in your
  9. batch files:
  10.  
  11.          PROGRAM NAME (Where PROGRAM NAME is one of my programs)
  12.          IF ERRORLEVEL 255 GOTO ABORT
  13.          IF ERRORLEVEL 0 GOTO OK
  14.          
  15. Share these programs with others.
  16.  
  17.             Craig Veal
  18.             
  19.