home *** CD-ROM | disk | FTP | other *** search
/ PC Play: Sport / PCPLAYSPORT.ISO / menu.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-18  |  2.1 KB  |  125 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. Screamer2       
  53. echo b. Madden 97
  54. echo c. Team F1
  55. echo d. Big Red Racing
  56. echo e. Virtual Snooker
  57. echo f. Euro 96
  58. echo g. PGA Tour Golf
  59. echo h. Street Fighter 2
  60. echo i. Manic Karts
  61. echo j. Triple Play 97
  62. echo.    
  63. echo x. Exit
  64. echo.                           
  65. echo.
  66. choice /c:abcdefghijklmnopqrstuvwxyz /n
  67. cls
  68. if errorlevel 16 goto end
  69. if errorlevel 15 goto end
  70. if errorlevel 14 goto end
  71. if errorlevel 13 goto end
  72. if errorlevel 12 goto end
  73. if errorlevel 11 goto end
  74. if errorlevel 10 goto inst10
  75. if errorlevel 9 goto inst9
  76. if errorlevel 8 goto inst8
  77. if errorlevel 7 goto inst7
  78. if errorlevel 6 goto inst6
  79. if errorlevel 5 goto inst5
  80. if errorlevel 4 goto inst4
  81. if errorlevel 3 goto inst3
  82. if errorlevel 2 goto inst2
  83. if errorlevel 1 goto inst1
  84.  
  85. :inst1
  86. Scream2.BAT
  87. goto end
  88.  
  89. :inst2
  90. Madden.BAT
  91. goto end
  92.  
  93. :inst3
  94. TeamF1.BAT
  95. goto end
  96.  
  97. :inst4
  98. BigRed.BAT
  99. goto end
  100.  
  101. :inst5
  102. Vsnooker.BAT
  103. goto end
  104.  
  105. :inst6
  106. Euro96.BAT
  107. goto end
  108.  
  109. :inst7
  110. Golf.BAT
  111. goto end
  112.  
  113. :inst8
  114. Sf2.BAT
  115. goto end
  116.  
  117. :inst9
  118. Kart.BAT
  119. goto end
  120.  
  121. :inst10
  122. Tp97dos.BAT
  123. goto end
  124.  
  125. :end