home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1993 May / SIMTEL_0593.ISO / _bbs / rbbstool / doit1.bat < prev    next >
DOS Batch File  |  1993-05-04  |  338b  |  14 lines

  1. type header3 >> %output%\%2
  2. ..\get_area simtel 0 \%1 < \dirs.txt >> %output%\%2
  3. if errorlevel == 1 goto error
  4. echo path: \%1 >> %output%\%2
  5. type header3 >> %output%\%2
  6. type header2 >> %output%\%2
  7. ..\convert %in_type% rbbs %cdrom%\%1 < %cdrom%\%1\00_index.txt >> %output%\%2
  8. goto end
  9. :error
  10. echo error in %1 >> logfile
  11. :end
  12.  
  13.  
  14.