home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
sysutl
/
veal0989.arc
/
README.CDV
< prev
next >
Wrap
Text File
|
1988-12-15
|
647b
|
19 lines
Each program has its own documentation. Please review the .DOC file for each
utility BEFORE you try to use it.
Many of these programs can now be used in batch files by using the ERRORLEVEL
function. If the program was successful it sets an ERRORLEVEL of 0 when it
ends. If it was not successful, it sets an ERRORLEVEL of 255 and then ends.
You can test for these by inclulding a couple of lines like these below in your
batch files:
PROGRAM NAME (Where PROGRAM NAME is one of my programs)
IF ERRORLEVEL 255 GOTO ABORT
IF ERRORLEVEL 0 GOTO OK
Share these programs with others.
Craig Veal