home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / _bbs / rbbstool / all.bat < prev    next >
Encoding:
DOS Batch File  |  1994-02-26  |  541 b   |  27 lines

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