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

  1. echo off
  2. rem            Name   1         2       3      4     5      6       7     8        9       10
  3. jmen 14,1,1,3,GAMES1,MAIN-MENU,SokoBan,Wheels,Chess,Tetris,Yahtzee,QBert,AlleyCat,Round42,SpaceEvad 
  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. spacevad
  19. cd\mm
  20. games1
  21.  
  22. :9
  23. cd\games
  24. round42
  25. cd\mm
  26. games1
  27.  
  28. :8
  29. cd\games
  30. alleycat
  31. cd\mm
  32. games1
  33.  
  34. :7
  35. cd\games
  36. qbert
  37. cd\mm
  38. games1
  39.  
  40. :6
  41. cd\games
  42. yahtzee
  43. cd\mm
  44. games1
  45.  
  46. :5
  47. cd\games
  48. tetris
  49. cd\mm
  50. games1
  51.  
  52. :4
  53. cd\games\chess
  54. chess
  55. cd\mm
  56. games1
  57.  
  58. :3
  59. cd\games\wheels
  60. menu
  61. cd\mm
  62. games1
  63.  
  64. :2
  65. rem Sokoban
  66. CD\games\sokoban
  67. sokoban
  68. cd\mm
  69. games1
  70.  
  71. :1
  72. cd\mm
  73. j
  74.  
  75. :0
  76. cls
  77.  
  78. :end
  79.