home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PROCRC11.ZIP / PROCRC.DOC < prev    next >
Encoding:
Text File  |  1988-11-21  |  678 b   |  20 lines

  1.  
  2. ProCRC: Quick CRC Checker v1.1 11-21-88  (C)1988 S.H.Smith
  3.  
  4. This utility scans a list of files and verifies that
  5. none have been modified.
  6.  
  7. Usage: ProCRC CRCLIST       ;check crcs against CRCLIST
  8.        ProCRC CRCLIST -u    ;update CRCLIST with current file crcs
  9.  
  10. Example:
  11.   where *.exe >file.lst         ;build list of files
  12.   procrc file.lst -U >file.crc  ;add crcs to the list
  13.   procrc file.crc               ;check all crcs and report changes
  14.  
  15. Batch files:
  16.   setup.bat             ;build file list and get initial crcs
  17.   update.bat            ;update crcs in file list after updating files
  18.   check.bat             ;verify all crcs and report differences
  19.  
  20.