home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
pcmag
/
vol9n03.arc
/
DSPREP.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-06-17
|
1KB
|
22 lines
ECHO OFF
: This batch file will display the ))SYS.LOG report file
CD \
IF NOT EXIST ))SYS.LOG GOTO MissingF
CLS
ECHO ╔═════════════════════════════════════════════════════════════════════════╗
ECHO ║ D S P r e p - will display the ))SYS.LOG report file written into the ║
ECHO ║ root directory by the PC Integrity Toolkit batch files: ║
ECHO ║ SCANmax and SCANsys. ║
ECHO ╚═════════════════════════════════════════════════════════════════════════╝
MORE <))SYS.LOG
GOTO END
:MissingF
ECHO ╔═════════════════════════════════════════════════════════════════════════╗
ECHO ║ File ))SYS.LOG was not found in the root directory. Did you run batch ║
ECHO ║ file SCANsys or SCANmax? (this is how the ))SYS.LOG report is created) ║
ECHO ╚═════════════════════════════════════════════════════════════════════════╝
:END
ECHO ╔═════════════════════════════════════╗
ECHO ║ *** E N D O F D I S P L A Y *** ║
ECHO ╚═════════════════════════════════════╝