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

  1.  
  2. rem this is where the actual files live
  3. set cdrom=..\..\win3
  4. rem this is where you want your index files
  5. set output=..\rbbs
  6.  
  7. set discdir= \win3\
  8.  
  9. call 2dir DEMO DEMO
  10. call 2dir DESKTOP DESKTOP
  11. call 2dir DRIVERS DRIVERS
  12. call 2dir DRIVERS\PRINTER printer
  13. call 2dir DRIVERS\VIDEO video
  14. call 2dir FONTS  FONTS 
  15. call 2dir FONTS\ATM  atm
  16. call 2dir FONTS\TRUETYPE  truetype
  17. call 2dir GAMES  GAMES 
  18. call 2dir ICONS  ICONS 
  19. call 2dir MISC  MISC 
  20. call 2dir PROGRAMR  PROGRAMR 
  21. call 2dir PROGRAMR\BCPP  pcpp
  22. call 2dir PROGRAMR\LISTINGS  listings
  23. call 2dir PROGRAMR\TP  tp
  24. call 2dir PROGRAMR\VBASIC  vbasic
  25. call 2dir SDL  SDL 
  26. call 2dir SOUNDS  SOUNDS 
  27. call 2dir TOOLBOOK  TOOLBOOK 
  28. call 2dir UTIL  UTIL 
  29. call 2dir WINWORD  WINWORD 
  30. call 2dir WP4WIN  WP4WIN 
  31. call 2dir WRK  WRK 
  32.  
  33. set cdrom=
  34. set output=
  35.