home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / _bbs / sftool / all.bat next >
Encoding:
DOS Batch File  |  1994-02-26  |  330 b   |  18 lines

  1. set cdrom=m:
  2. set output=\_bbs\sf
  3.  
  4. rem you shouldn't need to change anything below this.
  5.  
  6. set index_f=00_index.txt
  7. set in_type=opus
  8.  
  9. del %output%\*.*
  10.  
  11. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit1
  12. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit
  13.  
  14. set cdrom=
  15. set output=
  16. set in_type=
  17. set index_f=
  18.