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

  1. @echo off
  2. :start
  3. homnu menu "t:Start & Stop"  "Remote - HO" "HOHost" "Unload" "Directory" "Edit phone list""Exit" nc
  4. if errorlevel == 6 goto :end
  5. if errorlevel == 5 goto :phone
  6. if errorlevel == 4 goto :dirlist
  7. if errorlevel == 3 goto :unload
  8. if errorlevel == 2 goto :hoh
  9. if errorlevel == 1 goto :ho_ho
  10. goto :end
  11.  
  12. :ho_ho
  13. cls
  14. HO
  15. pause
  16. goto :START
  17.  
  18. :hoh
  19. cls
  20. HOhost
  21. pause
  22. goto :start
  23.  
  24. :unload
  25. cls
  26. horemove
  27. pause
  28. goto :start
  29.  
  30. :dirlist
  31. cls
  32. DIR/W
  33. pause
  34. goto :start
  35.  
  36. rem  yes, the phone list may not be a 'start' or 'stop' but you need to
  37. rem  start the phone list to use the product.
  38. :phone
  39. CLS
  40. echo !
  41. echo ! Loading PHONE.TEL into the telemenu editor.   Please wait.
  42. echo !
  43. telemenu PHONE.TEL
  44. cls
  45. echo !  bye  !
  46. goto :start
  47.  
  48. :end
  49. homenu.bat
  50.