home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1995 May / Simtel-MSDOS-May1995-CD2.iso / _bbs / all.bat next >
DOS Batch File  |  1995-02-23  |  531b  |  47 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 menu
  11. call menu.bat
  12. cd ..
  13.  
  14. cd PCBTOOL
  15. call all.bat
  16. cd ..
  17. cd OPUS
  18. call all.bat
  19. cd ..
  20. cd RBBSTOOL
  21. call all.bat
  22. cd ..
  23. cd SFTOOL
  24. call all.bat
  25. cd ..
  26. cd WC30
  27. call all.bat
  28. cd ..
  29. cd MAXTOOL
  30. call all.bat
  31.  
  32. cd \
  33. i:\bin\norton\ncd /r
  34. mv \ncdtree\treeinfo.ncd \
  35. rd \ncdtree
  36.  
  37. pause
  38.  
  39. cd \
  40. 0del /s 
  41. rm /f *.bak logfile  foo.* out
  42.  
  43. global rd tmp
  44. global rd temp
  45.  
  46. :end
  47.