home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / _bbs / rbbstool / all.bat < prev    next >
DOS Batch File  |  1994-07-10  |  539b  |  25 lines

  1. rem this is where the actual files live
  2. set cdrom=m:
  3. rem this is where you want your index files (full path, with drive)
  4. set output=m:\_bbs\rbbs
  5.  
  6. set in_type=opus
  7. del logfile
  8. del ..\logfile
  9. echo y | del %output%\*.*
  10.  
  11. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit2
  12.  
  13. type header1 > %output%\all.dir
  14. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit3
  15.  
  16. type makefidx.1 > makefidx.cfg
  17. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit4
  18. type makefidx.2 >> makefidx.cfg
  19.  
  20. set cdrom=
  21. set output=
  22. set in_type=
  23.  
  24. call makeffs
  25.