home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / ik / ik.bat < prev    next >
DOS Batch File  |  1995-07-06  |  6KB  |  424 lines

  1. cls
  2. @echo off
  3. @echo            ╔═══════════════════════════════════════════════╗
  4. @echo            ║  Industrial Killers Installation & Play Notes ║
  5. @echo            ╚═══════════════════════════════════════════════╝
  6. @echo .
  7. @echo .
  8. @echo        Select from one of the following options:
  9. @echo        1. Install 
  10. @echo        2. Run  
  11. @echo        3. Notes
  12. @echo        4. E(X)it 
  13. @echo .
  14. @echo        Please enter a choice: 1,2,3,4
  15. choice /c:1234xri /n
  16. if errorlevel 7 goto vpi
  17. if errorlevel 6 goto vpr
  18. if errorlevel 5 goto end
  19. if errorlevel 4 goto end
  20. if errorlevel 3 goto w95
  21. if errorlevel 2 goto vpr
  22. if errorlevel 1 goto vpi
  23.  
  24. :vpi
  25. @echo off
  26. cls
  27. @echo .
  28. @echo    ╔══════════════════════════════════════════╗
  29. @echo    ║    Please enter the letter of the HARD   ║
  30. @echo    ║    DRIVE you wish to install to.         ║
  31. @echo    ║    C is the most common response:        ║
  32. @echo    ║        (C-Z are valid choices)           ║
  33. @echo    ╚══════════════════════════════════════════╝
  34. @echo .
  35. @echo    Enter Choice [default=C]:
  36. @echo    Type CTRL-C to exit
  37. choice /c:cdefghijklmnopqrstuvwxyz /n
  38. if errorlevel 24 goto dos24
  39. if errorlevel 23 goto dos23
  40. if errorlevel 22 goto dos22
  41. if errorlevel 21 goto dos21
  42. if errorlevel 20 goto dos20
  43. if errorlevel 19 goto dos19
  44. if errorlevel 18 goto dos18
  45. if errorlevel 17 goto dos17
  46. if errorlevel 16 goto dos16
  47. if errorlevel 15 goto dos15
  48. if errorlevel 14 goto dos14
  49. if errorlevel 13 goto dos13
  50. if errorlevel 12 goto dos12
  51. if errorlevel 11 goto dos11
  52. if errorlevel 10 goto dos10
  53. if errorlevel 9 goto dos9
  54. if errorlevel 8 goto dos8
  55. if errorlevel 7 goto dos7
  56. if errorlevel 6 goto dos6
  57. if errorlevel 5 goto dos5
  58. if errorlevel 4 goto dos4
  59. if errorlevel 3 goto dos3
  60. if errorlevel 2 goto dos2
  61. if errorlevel 1 goto dos1
  62.  
  63. :dos24
  64. CD\IK
  65. MD Z:\IK
  66. XCOPY *.* /S Z:\IK
  67. goto end
  68.  
  69. :dos23
  70. CD\IK
  71. MD Y:\IK
  72. XCOPY *.* /S Y:\IK
  73. goto end
  74.  
  75. :dos22
  76. CD\IK
  77. MD X:\IK
  78. XCOPY *.* /S X:\IK
  79. goto end
  80.  
  81. :dos21
  82. CD\IK
  83. MD W:\IK
  84. XCOPY *.* /S W:\IK
  85. goto end
  86.  
  87. :dos20
  88. CD\IK
  89. MD V:\IK
  90. XCOPY *.* /S V:\IK
  91. goto end
  92.  
  93. :dos19
  94. CD\IK
  95. MD U:\IK
  96. XCOPY *.* /S U:\IK
  97. goto end
  98.  
  99. :dos18
  100. CD\IK
  101. MD T:\IK
  102. XCOPY *.* /S T:\IK
  103. goto end
  104.  
  105. :dos17
  106. CD\IK
  107. MD S:\IK
  108. XCOPY *.* /S S:\IK
  109. goto end
  110.  
  111. :dos16
  112. CD\IK
  113. MD R:\IK
  114. XCOPY *.* /S R:\IK
  115. goto end
  116.  
  117. :dos15
  118. CD\IK
  119. MD Q:\IK
  120. XCOPY *.* /S Q:\IK
  121. goto end
  122.  
  123. :dos14
  124. CD\IK
  125. MD P:\IK
  126. XCOPY *.* /S P:\IK
  127. goto end
  128.  
  129. :dos13
  130. CD\IK
  131. MD O:\IK
  132. XCOPY *.* /S O:\IK
  133. goto end
  134.  
  135. :dos12
  136. CD\IK
  137. MD N:\IK
  138. XCOPY *.* /S N:\IK
  139. goto end
  140.  
  141. :dos11
  142. CD\IK
  143. MD M:\IK
  144. XCOPY *.* /S M:\IK
  145. goto end
  146.  
  147. :dos10
  148. CD\IK
  149. MD L:\IK
  150. XCOPY *.* /S L:\IK
  151. goto end
  152.  
  153. :dos9
  154. CD\IK
  155. MD K:\IK
  156. XCOPY *.* /S K:\IK
  157. goto end
  158.  
  159. :dos8
  160. CD\IK
  161. MD J:\IK
  162. XCOPY *.* /S J:\IK
  163. goto end
  164.  
  165. :dos7
  166. CD\IK
  167. MD I:\IK
  168. XCOPY *.* /S I:\IK
  169. goto end
  170.  
  171. :dos6
  172. CD\IK
  173. MD H:\IK
  174. XCOPY *.* /S H:\IK
  175. goto end
  176.  
  177. :dos5
  178. CD\IK
  179. MD G:\IK
  180. XCOPY *.* /S G:\IK
  181. goto end
  182.  
  183. :dos4
  184. CD\IK
  185. MD F:\IK
  186. XCOPY *.* /S F:\IK
  187. goto end
  188.  
  189. :dos3
  190. CD\IK
  191. MD E:\IK
  192. XCOPY *.* /S E:\IK
  193. goto end
  194.  
  195. :dos2
  196. CD\IK
  197. MD D:\IK
  198. XCOPY *.* /S D:\IK
  199. goto end
  200.  
  201. :dos1
  202. CD\IK
  203. MD C:\IK
  204. XCOPY *.* /S C:\IK
  205. goto end
  206.  
  207.  
  208. :vpr
  209. @echo off
  210. cls
  211. @echo .
  212. @echo    ╔══════════════════════════════════════════╗
  213. @echo    ║    Please enter the letter of the HARD   ║
  214. @echo    ║    DRIVE you installed to.               ║
  215. @echo    ║    C is the most common response:        ║
  216. @echo    ║        (C-Z are valid choices)           ║
  217. @echo    ╚══════════════════════════════════════════╝
  218. @echo .
  219. @echo    Enter Choice [default=C]:
  220. @echo    Type CTRL-C to exit
  221. choice /c:cdefghijklmnopqrstuvwxyz /n
  222. if errorlevel 24 goto bar24
  223. if errorlevel 23 goto bar23
  224. if errorlevel 22 goto bar22
  225. if errorlevel 21 goto bar21
  226. if errorlevel 20 goto bar20
  227. if errorlevel 19 goto bar19
  228. if errorlevel 18 goto bar18
  229. if errorlevel 17 goto bar17
  230. if errorlevel 16 goto bar16
  231. if errorlevel 15 goto bar15
  232. if errorlevel 14 goto bar14
  233. if errorlevel 13 goto bar13
  234. if errorlevel 12 goto bar12
  235. if errorlevel 11 goto bar11
  236. if errorlevel 10 goto bar10
  237. if errorlevel 9 goto bar9
  238. if errorlevel 8 goto bar8
  239. if errorlevel 7 goto bar7
  240. if errorlevel 6 goto bar6
  241. if errorlevel 5 goto bar5
  242. if errorlevel 4 goto bar4
  243. if errorlevel 3 goto bar3
  244. if errorlevel 2 goto bar2
  245. if errorlevel 1 goto bar1
  246.  
  247. :bar24
  248. Z:
  249. CD\IK          
  250. CALL GO.BAT
  251. pause
  252. goto end
  253.  
  254. :bar23
  255. Y:
  256. CD\IK
  257. CALL GO.BAT
  258. pause
  259. goto end
  260.  
  261. :bar22
  262. X:
  263. CD\IK
  264. CALL GO.BAT
  265. pause
  266. goto end
  267.  
  268. :bar21
  269. W:
  270. CD\IK
  271. CALL GO.BAT
  272. pause
  273. goto end
  274.  
  275. :bar20
  276. V:
  277. CD\IK
  278. CALL GO.BAT
  279. pause
  280. goto end
  281.  
  282. :bar19
  283. U:
  284. CD\IK
  285. CALL GO.BAT
  286. pause
  287. goto end
  288.  
  289. :bar18
  290. T:
  291. CD\IK
  292. CALL GO.BAT
  293. pause
  294. goto end
  295.  
  296. :bar17
  297. S:
  298. CD\IK
  299. CALL GO.BAT
  300. pause
  301. goto end
  302.  
  303. :bar16
  304. R:
  305. CD\IK
  306. CALL GO.BAT
  307. pause
  308. goto end
  309.  
  310. :bar15
  311. Q:
  312. CD\IK
  313. CALL GO.BAT
  314. pause
  315. goto end
  316.  
  317. :bar14
  318. P:
  319. CD\IK
  320. CALL GO.BAT
  321. pause
  322. goto end
  323.  
  324. :bar13
  325. O:
  326. CD\IK
  327. CALL GO.BAT
  328. pause
  329. goto end
  330.  
  331. :bar12
  332. N:
  333. CD\IK
  334. CALL GO.BAT
  335. pause
  336. goto end
  337.  
  338. :bar11
  339. M:
  340. CD\IK
  341. CALL GO.BAT
  342. pause
  343. goto end
  344.  
  345. :bar10
  346. L:
  347. CD\IK
  348. CALL GO.BAT
  349. pause
  350. goto end
  351.  
  352. :bar9
  353. K:
  354. CD\IK
  355. CALL GO.BAT
  356. pause
  357. goto end
  358.  
  359. :bar8
  360. J:
  361. CD\IK
  362. CALL GO.BAT
  363. pause
  364. goto end
  365.  
  366. :bar7
  367. I:
  368. CD\IK
  369. CALL GO.BAT
  370. pause
  371. goto end
  372.  
  373. :bar6
  374. H:
  375. CD\IK
  376. CALL GO.BAT
  377. pause
  378. goto end
  379.  
  380. :bar5
  381. G:
  382. CD\IK
  383. CALL GO.BAT
  384. pause
  385. goto end
  386.  
  387. :bar4
  388. F:
  389. CD\IK
  390. CALL GO.BAT
  391. pause
  392. goto end
  393.  
  394. :bar3
  395. E:
  396. CD\IK
  397. CALL GO.BAT
  398. pause
  399. goto end
  400.  
  401. :bar2
  402. D:
  403. CD\IK
  404. CALL GO.BAT
  405. pause
  406. goto end
  407.  
  408. :bar1
  409. C:
  410. CD\IK
  411. CALL GO.BAT
  412. pause
  413. goto end
  414.  
  415.  
  416. :w95
  417. CLS
  418. CD\IK
  419. TYPE HINTS.TXT |more
  420. PAUSE
  421. goto end
  422.  
  423. :end
  424.