home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / bbs / sftool / doit.bat < prev    next >
DOS Batch File  |  1992-11-13  |  434b  |  11 lines

  1. rem %1 == disc directory
  2. rem %2 == file name
  3. type header > %output%\%3
  4. echo ---------------------------------------------------------------- >> %output%\%3
  5. ..\get_area 0 %1 < ..\dirs.dir >> %output%\%3
  6. echo path: %1 >> %output%\%3
  7. echo ---------------------------------------------------------------- >> %output%\%3
  8. type header2 >> %output%\%3
  9. convert %in_type% spitfire %cdrom%\%1 < %cdrom%\%1\00_index.txt >> %output%\%3
  10.  
  11.