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

  1. @echo off
  2. :start
  3. homnu menu "t:Main Menu" "Dial a number" "Hangup" "Start_stop" "Other" "Manuals & Misc" "Quit"
  4. if errorlevel == 6 goto :end
  5. if errorlevel == 5 goto :help
  6. if errorlevel == 4 goto :other
  7. if errorlevel == 3 goto :on_off
  8. if errorlevel == 2 goto :hangup
  9. if errorlevel == 1 goto :dial
  10. goto :end
  11.  
  12. :dial
  13. 1sthand dial
  14. rem pause
  15. goto :start
  16.  
  17. :hangup
  18. cls
  19. rem  hangup refers to hangup.dat
  20. homodset hangup
  21. rem pause
  22. goto :start
  23.  
  24. :on_off
  25. rem mapmem
  26. rem pause
  27. on_off.bat
  28. goto :start
  29.  
  30. :other
  31. rem mapmem
  32. rem pause
  33. homisc.bat
  34. goto :start
  35.  
  36. :help
  37. 1sthand
  38. goto :start
  39.  
  40. :end
  41. cls
  42. rem q homenu.bat
  43.