home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1997 March / Simtel-MSDOS-Mar1997-CD2.iso / _bbs / all.bat next >
DOS Batch File  |  1996-08-26  |  565b  |  57 lines

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