home *** CD-ROM | disk | FTP | other *** search
/ PC Game Parade 1995 March / PCGAME.ISO / flash / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-11-30  |  2.7 KB  |  179 lines

  1. @echo off
  2. cls
  3. INSTALL.EXE
  4. echo Please press the letter corresponding to
  5. echo your CD-ROM drive (D, E, F, and G are
  6. echo valid drive choices)
  7. choice /c:defg /n
  8. if errorlevel 4 goto inst4
  9. if errorlevel 3 goto inst3
  10. if errorlevel 2 goto inst2
  11. if errorlevel 1 goto inst1
  12.  
  13. :inst1
  14. echo Please press the letter corresponding to 
  15. echo your hard drive (C, D, E, F and G are 
  16. echo valid drive choices)
  17. choice /c:cdefg /n
  18. if errorlevel 5 goto inst10
  19. if errorlevel 4 goto inst9
  20. if errorlevel 3 goto inst8
  21. if errorlevel 2 goto inst7
  22. if errorlevel 1 goto inst6
  23.  
  24. :inst6
  25.  
  26. copy dinstall.bat c:\flash\flash.bat
  27.  
  28. c:
  29. goto end
  30.  
  31. :inst7
  32. copy dinstall.bat d:\flash\flash.bat
  33.  
  34. d:
  35. goto end
  36.  
  37. :inst8
  38. copy dinstall.bat e:\flash\flash.bat
  39.  
  40. e:
  41. goto end
  42.  
  43. :inst9
  44. copy dinstall.bat f:\flash\flash.bat
  45.  
  46. f:
  47. goto end
  48.  
  49. :inst10
  50. copy dinstall.bat g:\flash\flash.bat
  51.  
  52. g:
  53. goto end
  54.  
  55. :inst2
  56. echo Please press the letter corresponding to
  57. echo your hard drive (C, D, E, F and G are 
  58. echo valid choices)
  59. choice /c:cdefg /n
  60. if errorlevel 5 goto inst10
  61. if errorlevel 4 goto inst9
  62. if errorlevel 3 goto inst8
  63. if errorlevel 2 goto inst7
  64. if errorlevel 1 goto inst6
  65.  
  66. :inst6
  67. copy einstall.bat c:\flash\flash.bat
  68.  
  69. c:
  70. goto end
  71.  
  72. :inst7
  73. copy einstall.bat d:\flash\flash.bat
  74.  
  75. d:
  76. goto end
  77.  
  78. :inst8
  79. copy einstall.bat e:\flash\flash.bat
  80.  
  81. e:
  82. goto end
  83.  
  84. :inst9
  85. copy einstall.bat f:\flash\flash.bat
  86.  
  87. f:
  88. goto end
  89.  
  90. :inst10
  91. copy einstall.bat g:\flash\flash.bat
  92.  
  93. g:
  94. goto end
  95.  
  96. :inst3
  97. echo Please enter the letter corresponding
  98. echo to your hard drive (C, D, E, F and G
  99. echo are valid choices)
  100. choices /c:cdefg /n
  101. if errorlevel 5 goto inst10
  102. if errorlevel 4 goto inst9
  103. if errorlevel 3 goto inst8
  104. if errorlevel 2 goto inst7
  105. if errorlevel 1 goto inst6
  106.  
  107. :inst6
  108. copy finstall.bat c:\flash\flash.bat
  109.  
  110. c:
  111. goto end
  112.  
  113. :inst7
  114. copy finstall.bat d:\flash\flash.bat
  115.  
  116. d:
  117. goto end
  118.  
  119. :inst8
  120. copy finstall.bat e:\flash\flash.bat
  121.  
  122. e:
  123. goto end
  124.  
  125. :inst9
  126. copy finstall.bat f:\flash\flash.bat
  127.  
  128. f:
  129. goto end
  130.  
  131. :inst10
  132. copy finstall.bat g:\flash\flash.bat
  133.  
  134. g:
  135. goto end
  136.  
  137. :inst4
  138. echo Please enter the letter corresponding
  139. echo to your hard drive (C, D, E, F and G
  140. echo are valid choices)
  141. choices /c:cdefg /n
  142. if errorlevel 5 goto inst10
  143. if errorlevel 4 goto inst9
  144. if errorlevel 3 goto inst8
  145. if errorlevel 2 goto inst7
  146. if errorlevel 1 goto inst6
  147.  
  148. :inst6
  149. copy ginstall.bat c:\flash\flash.bat
  150.  
  151. c:
  152. goto end
  153.  
  154. :inst7 
  155. copy ginstall.bat d:\flash\flash.bat
  156.  
  157. d:
  158. goto end
  159.  
  160. :inst8
  161. copy ginstall.bat e:\flash\flash.bat
  162.  
  163. e:
  164. goto end
  165.  
  166. :inst9
  167. copy ginstall.bat f:\flash\flash.bat
  168.  
  169. f:
  170. goto end
  171.  
  172. :inst10
  173. copy ginstall.bat g:\flash\flash.bat
  174.  
  175. g:
  176. goto end
  177.  
  178. :end
  179.