home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 2 / Giga_Games_2_CD-ROM_Walnut_Creek_April_1995.iso / _bbs / wc30 / doit.bat < prev    next >
DOS Batch File  |  1994-06-30  |  229b  |  9 lines

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