home *** CD-ROM | disk | FTP | other *** search
/ PC Play 2 / PCPLAY2.ISO / menu.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-19  |  2.2 KB  |  135 lines

  1. @echo off
  2. cls
  3. echo Looking for CD-ROM drive...
  4. :DDISK
  5.    IF NOT EXIST D:\Menu.bat GOTO EDISK
  6.    D:
  7.    goto MENU
  8. :EDISK
  9.    IF NOT EXIST E:\Menu.bat GOTO FDISK
  10.    E:
  11.    goto MENU
  12. :FDISK
  13.    IF NOT EXIST F:\Menu.bat GOTO GDISK
  14.    F:
  15.    goto MENU
  16. :GDISK
  17.    IF NOT EXIST G:\Menu.bat GOTO HDISK
  18.    G:
  19.    goto MENU
  20. :HDISK
  21.    IF NOT EXIST H:\Menu.bat GOTO IDISK
  22.    H:
  23.    goto MENU
  24. :IDISK
  25.    IF NOT EXIST I:\Menu.bat GOTO JDISK
  26.    I:
  27.    goto MENU
  28. :JDISK
  29.    IF NOT EXIST J:\Menu.bat GOTO KDISK
  30.    J:
  31.    goto MENU
  32. :KDISK
  33.    IF NOT EXIST K:\Menu.bat GOTO LDISK
  34.    K:
  35.    goto MENU
  36. :LDISK
  37.    IF NOT EXIST L:\Menu.bat GOTO MENU
  38.    L:
  39. :MENU
  40. cd \
  41. cd Install
  42. cls
  43. echo.
  44. echo            ╔═════════════════════════════════════════╗
  45. echo            ║            PC PLAY DOS Installer        ║
  46. echo            ╚═════════════════════════════════════════╝
  47. echo.
  48. echo    ╔════════════════════════════════════════════════════╗
  49. echo    ║  Press the letter of the game you wish to install  ║
  50. echo    ╚════════════════════════════════════════════════════╝
  51. echo.
  52. echo a. Syndicate Wars 
  53. echo b. Z
  54. echo c. Bedlam
  55. echo d. Hind 
  56. echo e. Toonstruck
  57. echo f. Archimedean Dynasty    
  58. echo g. Eradicator    
  59. echo h. Deadly Games
  60. echo i. Swiv
  61. echo j. Metal Rage
  62. echo k. Wooden Ships & Iron Men
  63. echo l. Piranha
  64. echo.    
  65. echo x. Exit
  66. echo.                           
  67. echo.
  68. choice /c:abcdefghijklmnopqrstuvwxyz /n
  69. cls
  70. if errorlevel 16 goto end
  71. if errorlevel 15 goto end
  72. if errorlevel 14 goto end
  73. if errorlevel 13 goto end
  74. if errorlevel 12 goto inst12
  75. if errorlevel 11 goto inst11
  76. if errorlevel 10 goto inst10
  77. if errorlevel 9 goto inst9
  78. if errorlevel 8 goto inst8
  79. if errorlevel 7 goto inst7
  80. if errorlevel 6 goto inst6
  81. if errorlevel 5 goto inst5
  82. if errorlevel 4 goto inst4
  83. if errorlevel 3 goto inst3
  84. if errorlevel 2 goto inst2
  85. if errorlevel 1 goto inst1
  86.  
  87. :inst1
  88. SynWars.BAT
  89. goto end
  90.  
  91. :inst2
  92. Z.BAT
  93. goto end
  94.  
  95. :inst3
  96. Bedlam.BAT
  97. goto end
  98.  
  99. :inst4
  100. Hind.BAT
  101. goto end
  102.  
  103. :inst5
  104. Toonstrk.BAT
  105. goto end
  106.  
  107. :inst6
  108. Ad.BAT
  109. goto end
  110.  
  111. :inst7
  112. Erad.BAT
  113. goto end
  114.  
  115. :inst8
  116. Deadly.BAT
  117. goto end
  118.  
  119. :inst9
  120. Swiv.BAT
  121. goto end
  122.  
  123. :inst10
  124. Metal.BAT
  125. goto end
  126.  
  127. :inst11
  128. Wooden.bat
  129. goto end
  130.  
  131. :inst12
  132. Piranha.BAT
  133. goto end
  134.  
  135. :end