home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
miscutil
/
crc.lzh
/
CRC
/
EXECUTEME
< prev
next >
Wrap
Text File
|
1991-08-16
|
252b
|
12 lines
FAILAT 11
echo "verifying all files..."
crc <crclist -v
if ERROR
echo " "
echo "Error detected, you have a bad copy of the files"
echo " Please destroy this copy and try to get another copy"
else
echo "All files check out"
type README
endif