home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d133 / crc / executeme < prev    next >
Text File  |  1988-03-13  |  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.