home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / 2MENUS.ZIP / GAMES2.BAT < prev    next >
DOS Batch File  |  1990-01-29  |  880b  |  78 lines

  1. echo off
  2. rem           Name   1         2      3       4    5       6    7       8         9         10
  3. jmen 14,1,1,3,GAMES2,MAIN-MENU,Digger,Frogger,Pool,Packman,Golf,Striker,Scramble,Life&Death,Darnit 
  4. if errorlevel 10 goto 10
  5. if errorlevel 9 goto 9
  6. if errorlevel 8 goto 8
  7. if errorlevel 7 goto 7
  8. if errorlevel 6 goto 6
  9. if errorlevel 5 goto 5
  10. if errorlevel 4 goto 4
  11. if errorlevel 3 goto 3
  12. if errorlevel 2 goto 2
  13. if errorlevel 1 goto 1
  14. if errorlevel 0 goto 0
  15.  
  16. :10
  17. cd\games
  18. darnit
  19. cd\mm
  20. games2
  21.  
  22. :9
  23. cd\L&D
  24. L&D
  25. cd\mm
  26. games2
  27.  
  28. :8
  29. cd\games
  30. scramble
  31. cd\mm
  32. games2
  33.  
  34. :7
  35. cd\games\striker
  36. striker
  37. cd\mm
  38. games2
  39.  
  40. :6
  41. cd\games
  42. yahtzee
  43. cd\mm
  44. games1
  45.  
  46. :5
  47. cd\games\golf
  48. caddy gpro
  49. cd\mm
  50. games2
  51.  
  52. :4
  53. cd\games
  54. pool
  55. cd\mm
  56. games2
  57.  
  58. :3
  59. cd\games
  60. frogger
  61. cd\mm
  62. games2
  63.  
  64. :2
  65. CD\games
  66. digger
  67. cd\mm
  68. games2
  69.  
  70. :1
  71. cd\mm
  72. j
  73.  
  74. :0
  75. cd\mm
  76. cls
  77. :end
  78.