home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA2_0896.bin / _bbs / all.bat next >
DOS Batch File  |  1996-04-10  |  583b  |  59 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. qsort dirs.txt
  13.  
  14. md menu
  15. cd menu
  16. call menu.bat
  17. cd ..
  18.  
  19. md PCB
  20. cd PCBTOOL
  21. call all.bat
  22. cd ..
  23.  
  24. md OPUS
  25. cd OPUS
  26. call all.bat
  27. cd ..
  28.  
  29. md RBBS
  30. cd RBBSTOOL
  31. call all.bat
  32. cd ..
  33.  
  34. md SF
  35. cd SFTOOL
  36. call all.bat
  37. cd ..
  38.  
  39. md WC30
  40. md WC40
  41. cd WC30
  42. call all.bat
  43. cd ..
  44.  
  45. md MAX
  46. cd MAXTOOL
  47. call all.bat
  48.  
  49.  
  50. cd \
  51. i:\bin\norton\ncd /r
  52. mv \ncdtree\treeinfo.ncd \
  53. rd \ncdtree
  54.  
  55. pause
  56.  
  57. dir /s /p \_bbs\logfile
  58. :end
  59.