goto top
Rich Levin's CHECKUP (tm) Version 3.9
XUP_ALT.BAT
Copyright (c) 1988-1990 Richard B. Levin
All Rights Reserved
This batch file demonstrates an alternative method for running
CHECKUP. The following commands cause CHECKUP to check every executable file
on the target disk, to store the .XUP output files in a subdirectory named
"\XUP," to use a block size of 1024 bytes on registered copies of CHECKUP
(random block sizes will be selected on nonregistered copies) and to log only
warning messages to the CHECKUP.LOG file (stored on the target disk's root
directory).
:top
cd \
if not exist \xup\nul mkdir \xup
checkup \*.com \xup /bl:1024 /di /ne /wa
checkup \*.exe \xup /bl:1024 /di /wa
checkup \*.sys \xup /bl:1024 /di /wa
rem end of xup_alt.bat