home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 July / Cica_July92.cdr / bbs / rbbstool / mk_all.bat < prev    next >
DOS Batch File  |  1992-06-29  |  953b  |  38 lines

  1. rem  this batch file concatonates the individual rbbs .dir files together
  2. rem  into one large index file.
  3. rem  the simtel to rbbs conversion must already be done.
  4.  
  5. set rbbsdir=..\rbbs
  6. set discdir= m:\win3
  7.  
  8. del %rbbsdir%\all.dir
  9.  
  10. type header > %rbbsdir%\all.dir
  11.  
  12. call doit DEMO all.dir
  13. call doit DESKTOP all.dir
  14. call doit DRIVERS all.dir
  15. call doit DRIVERS\PRINTER all.dir
  16. call doit DRIVERS\VIDEO all.dir
  17. call doit FONTS all.dir
  18. call doit FONTS\ATM all.dir
  19. call doit FONTS\TRUETYPE all.dir
  20. call doit GAMES all.dir
  21. call doit ICONS all.dir
  22. call doit MISC all.dir
  23. call doit PROGRAMR all.dir
  24. call doit PROGRAMR\BCPP all.dir
  25. call doit PROGRAMR\LISTINGS all.dir
  26. call doit PROGRAMR\TP all.dir
  27. call doit PROGRAMR\VBASIC all.dir
  28. call doit SDL all.dir
  29. call doit SOUNDS all.dir
  30. call doit TOOLBOOK all.dir
  31. call doit UTIL all.dir
  32. call doit WINWORD all.dir
  33. call doit WP4WIN all.dir
  34. call doit WRK all.dir
  35.  
  36. set discdir= 
  37. set rbbsdir=
  38.