home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / ho51.zip / HO51.ZIP / homisc.bat < prev    next >
DOS Batch File  |  1994-06-16  |  827b  |  49 lines

  1. @echo off
  2. rem beep 5
  3. :start
  4. homnu menu "t:Miscellaneous" "Setup" "File manager" "Chat 1" "Chat 2" "DOS Shell" "Manuals & Misc" "X_exit" nc
  5. if errorlevel == 7 goto :end
  6. if errorlevel == 6 goto :help
  7. if errorlevel == 5 goto :shell
  8. if errorlevel == 4 goto :chat2
  9. if errorlevel == 3 goto :chat1
  10. if errorlevel == 2 goto :editor
  11. if errorlevel == 1 goto :setup
  12. goto :end
  13.  
  14. :setup
  15. 1sthand setup
  16. goto :START
  17.  
  18. :editor
  19. telemenu
  20. goto :START
  21.  
  22. :chat1
  23. hotalk
  24. pause
  25. goto :start
  26.  
  27. :chat2
  28. rem cls
  29.  telemenu chat
  30. rem telemenu
  31. goto :start
  32.  
  33. :shell
  34. cls
  35. DIR/W
  36. echo ....................................................
  37. echo Please enter EXIT to return to the menu
  38. echo ....................................................
  39. command
  40. goto :start
  41.  
  42. rem manuals & misc
  43. :help
  44. 1sthand
  45. goto :start
  46.  
  47. :end
  48. homenu.bat
  49.