home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 1994 December / CD-ROM.ISO / otb / otb.bat < prev    next >
DOS Batch File  |  1994-01-15  |  915b  |  57 lines

  1. @echo off
  2. :TOP
  3. \go-menu otb.mnu
  4. if errorlevel 8 goto END
  5. if errorlevel 7 goto HELP
  6. if errorlevel 6 goto CANNON
  7. if errorlevel 5 goto F-18
  8. if errorlevel 4 goto KORT
  9. if errorlevel 3 goto RAIDERS
  10. if errorlevel 2 goto SUPER
  11. if errorlevel 1 goto XATAX
  12. goto TOP
  13.  
  14. :XATAX
  15. cd \OTB\XATAX
  16. GO_SMALL
  17. ECHO To play Xatax now, type XATAX.
  18. goto END
  19.  
  20. :SUPER
  21. cd \OTB\SUPERFLY
  22. go_small
  23. echo To play SuperFly now, type FLY.
  24. goto END
  25.  
  26. :RAIDERS
  27. cd \OTB\RAIDERS
  28. go_small
  29. echo To finish installation, type INSTALL now.
  30. echo and type ZR, after the rest has been installed. 
  31. goto END
  32.  
  33. :KORT
  34. cd \OTB\KORT
  35. go_small
  36. echo To play KORT now, type KORT.
  37. goto END
  38.  
  39. :F-18
  40. cd \OTB\F-18
  41. go_small
  42. echo To finish installation, type INSTALL for further instructions
  43. goto END
  44.  
  45. :CANNON
  46. cd \OTB\CANNON
  47. go_small
  48. echo To complete installation now, type INSTALL
  49. goto END
  50.  
  51. :HELP
  52. see help.txt
  53. goto TOP
  54.  
  55. :END
  56.  
  57.