home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PROCRC11.ZIP / SETUP.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-09-26  |  286 b   |  10 lines

  1. rem Build list of all files to monitor
  2. echo c:\ibmbio.com >files.lst
  3. echo c:\ibmdos.com >>files.lst
  4. where *.bat >>files.lst
  5. where *.sys >>files.lst
  6. where *.com >>files.lst
  7. where *.exe >>files.lst
  8. rem Determine initial CRC for all monitored files
  9. ProCrc files.lst -U >files.crc
  10.