home *** CD-ROM | disk | FTP | other *** search
/ Clip-Art Cornucopeia / Clip-Art_Cornucopeia_CD-ROM_February_1994.iso / pc / _bbs / wc30 / doit.bat < prev    next >
DOS Batch File  |  1993-12-04  |  283b  |  11 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. cd %cdrom%%1
  8. %cdrom%\_bbs\c %in_type% wildcat %cdrom%%1 < %cdrom%00_index.txt >> %output%\allfiles.txt
  9. cd \_bbs\wc30
  10. :end
  11.