home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem For use with FWKCS(TM) Ver. 1.09.
- rem
- echo This .BAT program is for making new CSLIST.SRT and CSLIST1.SRT, and
- echo carrying forward into the new cslist.srt each unique contents_signature
- echo which appeared in either of the two old cslists but was not found in
- echo newly searching the zipfiles; because the zipfile containing such
- echo contents_signature was not currently found, the information about
- echo drive\path is not carried into the new cslist.
- echo on
- if not exist c:\cs\cslist.srt goto end
- fwkcs /v
- attrib -r c:\cs\cslist*.*
- del c:\cs\cslist1.srt
- ren c:\cs\cslist.srt cslist1.srt
- fwkdg /l | find ".ZIP" | fwkcs /1cfxz | qsort > c:\cs\cslist.srt
- fwkcs /vs
- :end