home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / FWKCS109.ZIP / REVCSLST.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-07  |  709 b   |  18 lines

  1. @echo off
  2. rem For use with FWKCS(TM) Ver. 1.09.
  3. rem
  4. echo  This .BAT program is for making new CSLIST.SRT and CSLIST1.SRT, and
  5. echo  carrying forward into the new cslist.srt each unique contents_signature
  6. echo  which appeared in either of the two old cslists but was not found in
  7. echo  newly searching the zipfiles; because the zipfile containing such
  8. echo  contents_signature was not currently found, the information about
  9. echo  drive\path is not carried into the new cslist.
  10. echo on
  11. if not exist c:\cs\cslist.srt goto end
  12. fwkcs /v
  13. attrib -r c:\cs\cslist*.*
  14. del c:\cs\cslist1.srt
  15. ren c:\cs\cslist.srt cslist1.srt
  16. fwkdg /l | find ".ZIP" | fwkcs /1cfxz | qsort > c:\cs\cslist.srt
  17. fwkcs /vs
  18. :end