home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- ECHO ╔═════════════════════════════════════════════════════════════════════════╗
- ECHO ║ SCANsysD will check all files on the current disk. It will compare them ║
- ECHO ║ with check data recorded in each directory on the disk. ║
- ECHO ╟─────────────────────────────────────────────────────────────────────────╢
- ECHO ║ To use this batch file you must have the PC Integrity Toolkit files ║
- ECHO ║ available in a directory on the DOS PATH. ║
- ECHO ╟─────────────────────────────────────────────────────────────────────────╢
- ECHO ║ PCDATA TOOLKIT 1.0 Copyright (C) 1990 Ziff Communications Co. ║
- ECHO ║ PC Magazine ■ Wolfgang Stiller ║
- ECHO ╚═════════════════════════════════════════════════════════════════════════╝
- CHKDSK/F
- cd\
- Xall scanRdr
- IF ERRORLEVEL 32 GOTO BadXall
- ECHO ╔════════════════════════════════════════════════════════════════╗
- ECHO ║ * * * Checking is complete * * * ║
- ECHO ╚════════════════════════════════════════════════════════════════╝
- GOTO End
- :BadXall
- ECHO ╔═════════════════════════════════════════════════════════════════════════╗
- ECHO ║ Xall has failed. Please check the prior error messages. Most likely ║
- ECHO ║ your COMSPEC environment variable does not point to a good COMMAND.COM. ║
- ECHO ╚═════════════════════════════════════════════════════════════════════════╝
- :End
-