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

  1. rem  To run, i need to have FIND, FWKDG, FWKCS, and QSORT available in the
  2. rem  default directory or via the path (for credits please see fwkcs109.doc).
  3. rem  If any of the top 4 is missing, please press Control-Break and then y
  4. pause
  5. fwkdg/l|fwkcs/1cfpxz|qsort >cslist.srt
  6. find   "z" <cslist.srt >zcs_list.srt
  7. find   "f" <cslist.srt >fcs_list.srt
  8. find /v"c" <cslist.srt >ics_list.srt
  9. find /v"z" <cslist.srt >ficslist.srt