home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1993 May / SIMTEL_0593.ISO / _bbs / wc30 / doit.bat < prev    next >
DOS Batch File  |  1993-05-04  |  216b  |  9 lines

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