home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
pcmagazi
/
1990
/
03
/
scandird.bat
< prev
next >
Wrap
DOS Batch File
|
1989-06-17
|
324b
|
13 lines
ECHO OFF
: This batch file will check all files in the current directory comparing
: them with information stored on a report file "))A.LOG" in that directory.
CHKfileC *.* ))B.log/D/I:))
CFcompC ))A.log ))B.log/P
IF ERRORLEVEL 4 goto CHANGES
DEL ))B.LOG
goto END
:CHANGES
DEL ))A.LOG
REN ))B.LOG ))A.LOG
:END