home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / fil_lis / new_list.bat < prev    next >
DOS Batch File  |  1993-01-10  |  497b  |  17 lines

  1. ; Batch file for generating new Avail list for Binkley
  2. ; switch to BBS's home dir
  3. cd \bbs
  4. ;
  5. ; start fil_lis as local application, all files upto access level 10 and
  6. ; write file list to temp.lst
  7. ;
  8. fil_lis.prg local 10 2
  9. ; now rename list to my favorite BBS name.
  10. ren temp.lst mt_files.lst
  11. ; and let zip all to your Binkley Avail or KnowAvail or ProtAvail
  12. stzip.prg -amo C:\BBS\BT\MT_484.ZIP mt_files.lst
  13. ; this is only an example!
  14. ; Greetings to all         Wolfgang Zweygart
  15. ;
  16.