home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / _bbs / wc30 / doit.bat < prev    next >
Encoding:
DOS Batch File  |  1994-01-30  |  273 b   |  11 lines

  1. rem %1 == disc directory
  2. rem %3 == file name
  3. if exist %cdrom%%1\%index_f% goto ok
  4. echo no such file: %cdrom%%1\%index_f% >> logfile
  5. goto end
  6. :ok
  7. cd %cdrom%%1
  8. %cdrom%\_bbs\c %in_type% wildcat %cdrom%. < %cdrom%%index_f% >> %output%\allfiles.txt
  9. cd \_bbs\wc30
  10. :end
  11.