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 >
Text File  |  1991-08-16  |  252b  |  12 lines

  1. FAILAT 11
  2. echo "verifying all files..."
  3. crc <crclist -v
  4. if ERROR
  5.   echo " "
  6.   echo "Error detected, you have a bad copy of the files"
  7.   echo "  Please destroy this copy and try to get another copy"
  8. else
  9.   echo "All files check out"
  10.   type README
  11. endif
  12.