home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / comm / ts3m.zip / TSMENU.BAT < prev    next >
DOS Batch File  |  1995-03-03  |  562b  |  35 lines

  1. @echo off
  2. REM Tue  12-13-1994  09:14:14 new version
  3. :start
  4. REM    Use the %1 to add a -noburn when wanted
  5. mnu menu "t:Main Menu" "Host" "Remote" "Setup" "Manuals" "Quit" %1
  6. REM if errorlevel == 6 goto :end
  7. if errorlevel == 5 goto :end
  8. if errorlevel == 4 goto :help
  9. if errorlevel == 3 goto :setup
  10. if errorlevel == 2 goto :remote
  11. if errorlevel == 1 goto :host
  12. goto :end
  13.  
  14. :host
  15. mnuhost
  16. rem pause
  17. goto :start
  18.  
  19. :remote
  20. mremote
  21. rem pause
  22. goto :start
  23.  
  24. :setup
  25. msetup
  26. goto :start
  27.  
  28. :help
  29. mnu -readme *.txt
  30. rem pause
  31. goto :start
  32.  
  33. :end
  34. cls
  35.