home *** CD-ROM | disk | FTP | other *** search
/ CICA NT 1997 November / CICA_NT_CD-ROM_Walnut_Creek_November_1997.iso / _bbs / all.bat next >
DOS Batch File  |  1997-07-25  |  586b  |  58 lines

  1. set in_language=txt
  2. if .%in_type% == . goto bad
  3. goto ok
  4. :bad
  5. echo variable in_type not set
  6. echo type i:\cd-tools\proto\c to see in_type's
  7. goto end
  8.  
  9. :ok
  10.  
  11. cd \_bbs
  12.  
  13. md menu
  14. cd menu
  15. call menu.bat
  16. cd ..
  17.  
  18. md PCB
  19. cd PCBTOOL
  20. call all.bat
  21. cd ..
  22.  
  23. md OPUS
  24. cd OPUS
  25. call all.bat
  26. cd ..
  27.  
  28. md RBBS
  29. cd RBBSTOOL
  30. call all.bat
  31. cd ..
  32.  
  33. md SF
  34. cd SFTOOL
  35. call all.bat
  36. cd ..
  37.  
  38. md WC30
  39. md WC40
  40. cd WC30
  41. call all.bat
  42. cd ..
  43.  
  44. md MAX
  45. cd MAXTOOL
  46. call all.bat
  47.  
  48.  
  49. cd \
  50. i:\bin\norton\ncd /r
  51. mv \ncdtree\treeinfo.ncd \
  52. rd \ncdtree
  53.  
  54. pause
  55.  
  56. dir /s /p \_bbs\logfile
  57. :end
  58.