home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / CELTST10.ZIP / GETCRC.ZIP / CRC.BAT next >
DOS Batch File  |  1994-02-27  |  196b  |  5 lines

  1. REM This bat file will get the crc from a file and append it to CRC.ADS
  2. REM Syntax is "CRC FILENAME.EXT"
  3. REM Be sure that the path is correct for your system.
  4. getcrc.exe %1 >>j:\cel20\crc.ads
  5.