home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 July / Cica_July92.cdr / bbs / pcbtool / all.bat < prev    next >
DOS Batch File  |  1992-06-29  |  1KB  |  43 lines

  1. set cdrom=m:\win3
  2. set output=c:\pcb
  3.  
  4. call doit DEMO  DEMO
  5. call doit DESKTOP  DESKTOP
  6. call doit DRIVERS  DRIVERS
  7. call doit DRIVERS\PRINTER  PRINTER
  8. call doit DRIVERS\VIDEO  VIDEO
  9. call doit FONTS  FONTS
  10. call doit FONTS\ATM  ATM
  11. call doit FONTS\TRUETYPE  TRUETYPE
  12. call doit GAMES  GAMES
  13. call doit ICONS  ICONS
  14. call doit MISC  MISC
  15. call doit PROGRAMR  PROGRAMR
  16. call doit PROGRAMR\BCPP  BCPP
  17. call doit PROGRAMR\LISTINGS  LISTINGS
  18. call doit PROGRAMR\TP  TP
  19. call doit PROGRAMR\VBASIC  VBASIC
  20. call doit SDL  SDL
  21. call doit SOUNDS  SOUNDS
  22. call doit TOOLBOOK  TOOLBOOK
  23. call doit UTIL  UTIL
  24. call doit WINWORD  WINWORD
  25. call doit WP4WIN  WP4WIN
  26. call doit WRK  WRK
  27.  
  28. set cdrom=
  29. set output=
  30.  
  31. echo off
  32. echo now i'm going to concatonate the dir.lst i just built with each
  33. echo of the directories onto your dir.lst file.  the backup will be
  34. echo 'dir_lst.old' in case it doesn't work.
  35. pause
  36.  
  37. del dir_lst.old
  38. copy dir.lst dir_lst.old
  39. type dir_lst >> dir.lst
  40. del dir_lst
  41.  
  42. echo that should be it....
  43.