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

  1. @echo off
  2. rem For use with FWKCS(TM) Ver. 1.09.
  3. rem LISTMAKR to make master contents_signatures list.
  4. md c:\cs
  5. attrib -r c:\cs\cslist*.*
  6. del c:\cs\cslist*.*
  7. fwkdg /l | find ".ZIP" | fwkcs /1cfxz | qsort > c:\cs\cslist.srt
  8. fwkcs c:\cs\cslist.ndx c:\cs\cslist.srt /i
  9. attrib +r c:\cs\cslist*.*
  10. fwkcs /u