Advertisement
StrangeCrunchy1

GAMES (DOSBox).BAT

Jun 4th, 2022 (edited)
1,620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 31.21 KB | None | 0 0
  1. @ECHO OFF
  2.  
  3. REM <-([+ MS-DOS Games Batch Menu +])->
  4. REM <-----------([+ by +])------------>
  5. REM <-----([+ StrangeCrunchy1 +])----->
  6.  
  7. @ECHO OFF
  8.  
  9. REM unmount both Floppies before we start
  10. mount -u a
  11. mount -u b
  12. set gamedrive=d
  13. REM unmount the CD-ROM before we start (Change this to whatever your CD-ROM letter is)
  14. set odrive=g
  15. mount -u %odrive%
  16.  
  17.  
  18. :start
  19. C:
  20. cd\
  21. CLS
  22. ECHO = DOS Games ============================================
  23. ECHO   1) Abuse
  24. ECHO   2) Alien Breed
  25. ECHO   3) Alien Carnage
  26. ECHO   4) Alien Trilogy
  27. ECHO   5) Backlash
  28. ECHO   6) Battlezone
  29. ECHO   7) Beak To The Future
  30. ECHO   8) Carmageddon Max Pack
  31. ECHO   9) Commander Keen
  32. ECHO ============================================= (1 of 5) =
  33. ECHO.
  34. ECHO   N) Next Page
  35. ECHO   D) Return to DOS
  36. ECHO   X) Exit program
  37. ECHO ========================================================
  38. choice /c123456789ndx /s Which game do you want to run? [1-9]: /n
  39.  
  40. if errorlevel 12 goto :exit
  41. if errorlevel 11 goto :prompt
  42. if errorlevel 10 goto :start2
  43. if errorlevel 9 goto :keen
  44. if errorlevel 8 goto :carma
  45. if errorlevel 7 goto :beakfutu
  46. if errorlevel 6 goto :bzone
  47. if errorlevel 5 goto :backlash
  48. if errorlevel 4 goto :trilogy
  49. if errorlevel 3 goto :acfreew
  50. if errorlevel 2 goto :alien
  51. if errorlevel 1 goto :abuse
  52.  
  53. :start2
  54. C:
  55. cd\
  56. CLS
  57. ECHO = DOS Games ============================================
  58. ECHO   1) DinoPark Tycoon
  59. ECHO   2) DOOM
  60. ECHO   3) DOOM II: Hell On Earth
  61. ECHO   4) Drug Wars
  62. ECHO   5) Ducks
  63. ECHO   6) Ducks: World Wide Webbed
  64. ECHO   7) Duke Nukem 1
  65. ECHO   8) Duke Nukem 2
  66. ECHO   9) Duke Nukem 3D Atomic Edition
  67. ECHO ============================================= (2 of 5) =
  68. ECHO   P) Previous Page
  69. ECHO   N) Next Page
  70. ECHO   D) Return to DOS
  71. ECHO   X) Exit program
  72. ECHO ========================================================
  73. choice /c123456789pndx /s Which game do you want to run? [1-9]: /n
  74.  
  75. if errorlevel 13 goto :exit
  76. if errorlevel 12 goto :prompt
  77. if errorlevel 11 goto :start3
  78. if errorlevel 10 goto :start
  79. if errorlevel 9 goto :duke3d
  80. if errorlevel 8 goto :duke2
  81. if errorlevel 7 goto :duke1
  82. if errorlevel 6 goto :worldwid
  83. if errorlevel 5 goto :ducks
  84. if errorlevel 4 goto :drugwars
  85. if errorlevel 3 goto :doom2
  86. if errorlevel 2 goto :doom
  87. if errorlevel 1 goto :dinopark
  88.  
  89. :start3
  90. C:
  91. cd\
  92. CLS
  93. ECHO = DOS Games ============================================
  94. ECHO   1) The Elder Scrolls: Arena
  95. ECHO   2) The Elder Scrolls II: Daggerfall
  96. eCHO   3) Jill of the Jungle
  97. ECHO   4) Lode Runner
  98. ECHO   5) Lunar Lander
  99. ECHO   6) Oregon Trail Deluxe
  100. ECHO   7) Pole Position
  101. ECHO   8) Pyrosaurus
  102. ECHO   9) Quake
  103. ECHO ============================================= (3 of 5) =
  104. ECHO   P) Previous Page
  105. ECHO   N) Next Page
  106. ECHO   D) Return to DOS
  107. ECHO   X) Exit program
  108. ECHO ========================================================
  109. choice /c123456789pndx /s Which game do you want to run? [1-9]: /n
  110.  
  111. if errorlevel 13 goto :exit
  112. if errorlevel 12 goto :prompt
  113. if errorlevel 11 goto :start4
  114. if errorlevel 10 goto :start2
  115. if errorlevel 9 goto :quake
  116. if errorlevel 8 goto :pyro
  117. if errorlevel 7 goto :position
  118. if errorlevel 6 goto :oregondx
  119. if errorlevel 5 goto :lander
  120. if errorlevel 4 goto :lode
  121. if errorlevel 3 goto :jill
  122. if errorlevel 2 goto :dagger
  123. if errorlevel 1 goto :arena
  124.  
  125. :start4
  126. C:
  127. cd\
  128. CLS
  129. ECHO = DOS Games ============================================
  130. ECHO   1) RADIX: Beyond The Void
  131. ECHO   2) Rampage!
  132. ECHO   3) Retro City Rampage 486
  133. ECHO   4) SimCity 2000 Special Edition
  134. ECHO   5) SimFarm
  135. ECHO   6) SkyRoads
  136. ECHO   7) Skyroads XMAS
  137. ECHO   8) StarControl
  138. ECHO   9) StarControl II: The Ur-Quan Masters
  139. ECHO ============================================= (4 of 5) =
  140. ECHO   P) Previous Page
  141. ECHO   N) Next Page
  142. ECHO   D) Return to DOS
  143. ECHO   X) Exit program
  144. ECHO ========================================================
  145. choice /c123456789pndx /s Which game do you want to run? [1-9]: /n
  146.  
  147. if errorlevel 13 goto :exit
  148. if errorlevel 12 goto :prompt
  149. if errorlevel 11 goto :start5
  150. if errorlevel 10 goto :start3
  151. if errorlevel 9 goto :starcon2
  152. if errorlevel 8 goto :starcon
  153. if errorlevel 7 goto :skyxmas
  154. if errorlevel 6 goto :skyroads
  155. if errorlevel 5 goto :simfarm
  156. if errorlevel 4 goto :sc2000
  157. if errorlevel 3 goto :rcr
  158. if errorlevel 2 goto :rampage
  159. if errorlevel 1 goto :radix
  160.  
  161. :start5
  162. C:
  163. cd\
  164. CLS
  165. ECHO = DOS Games ============================================
  166. ECHO   1) STAR WARS: DARK FORCES
  167. ECHO   2) Strife
  168. ECHO   3) TETRIS
  169. ECHO   4) TROG!
  170. ECHO   5) WELLTRIS
  171. ECHO   6) Wolfenstein 3D
  172. ECHO   7) Wolfenstein: Spear of Destiny
  173. ECHO   8) XMAS Ducks 2000
  174. ECHO.
  175. ECHO ============================================= (5 of 5) =
  176. ECHO   P) Previous Page
  177. ECHO.
  178. ECHO   D) Return to DOS
  179. ECHO   X) Exit program
  180. ECHO ========================================================
  181. choice /c12345678pdx /s Which game do you want to run? [1-8]: /n
  182.  
  183. if errorlevel 11 goto :exit
  184. if errorlevel 10 goto :prompt
  185. if errorlevel 9 goto :start4
  186. if errorlevel 8 goto :xmasduck
  187. if errorlevel 7 goto :spear
  188. if errorlevel 6 goto :wolf3d
  189. if errorlevel 5 goto :welltris
  190. if errorlevel 4 goto :trog
  191. if errorlevel 3 goto :tetris
  192. if errorlevel 2 goto :strife
  193. if errorlevel 1 goto :dark
  194.  
  195. :abuse
  196. C:
  197. cd\
  198. CONFIG -set "cputype=auto"
  199. CONFIG -set "cycles=12010"
  200. CLS
  201. cd \games\abuse
  202. abuse
  203. goto start
  204. #exit
  205.  
  206. :alien
  207. C:
  208. cd\
  209. CLS
  210. ECHO = DOS Games ============================================
  211. ECHO ========================================== Alien Breed =
  212. ECHO   1) Play Alien Breed
  213. ECHO   2) Game DOS Setup
  214. ECHO ========================================================
  215. ECHO   B) Go Back
  216. ECHO ========================================================
  217. choice /c12b /s Please make a choice. [1-2]: /n
  218. if errorlevel 3 goto :start
  219. if errorlevel 2 goto :aliensetup
  220. if errorlevel 1 goto :playalien
  221.  
  222. :playalien
  223. C:
  224. cd\
  225. CONFIG -set "cputype=auto"
  226. CONFIG -set "cycles=6075"
  227. CLS
  228. %gamedrive%:
  229. cd \games\alien
  230. alien
  231. goto start
  232.  
  233. :aliensetup
  234. C:
  235. cd\
  236. CLS
  237. %gamedrive%:
  238. cd \games\alien
  239. config
  240. goto start
  241.  
  242. :acfreew
  243. C:
  244. cd\
  245. CONFIG -set "cputype=auto"
  246. CONFIG -set "cycles=6075"
  247. CLS
  248. %gamedrive%:
  249. cd \games\acfreew
  250. carnage
  251. goto start
  252.  
  253. :arena
  254. C:
  255. cd\
  256. CLS
  257. ECHO = DOS Games ============================================
  258. ECHO ============================= The Elder Scrolls: Arena =
  259. ECHO   1) Arena
  260. ECHO   2) Game DOS Setup
  261. ECHO ========================================================
  262. ECHO   B) Go Back
  263. ECHO ========================================================
  264. choice /c12b /s Please make a choice. [1-2]: /n
  265.  
  266. if errorlevel 3 goto :start3
  267. if errorlevel 2 goto :tes1config
  268. if errorlevel 1 goto :playtes1
  269.  
  270. :playtes1
  271. C:
  272. cd\
  273. CONFIG -set "cputype=auto"
  274. CONFIG -set "cycles=12010"
  275. CLS
  276. %gamedrive%:
  277. cd \GAMES\ARENA
  278. A.exe -sa:220 -si:5 -sd:1 -ma:330 -mq:7 -ssbdig.adv -mgenmidi.adv
  279. goto arena
  280. #exit
  281.  
  282. :tes1config
  283. C:
  284. cd\
  285. CLS
  286. %gamedrive%:
  287. cd \GAMES\ARENA
  288. install
  289. goto arena
  290. #exit
  291.  
  292. :backlash
  293. CONFIG -set "cputype=auto"
  294. CONFIG -set "cycles=12010"
  295. CLS
  296. %gamedrive%:
  297. cd \GAMES\BACKLASH
  298. backlash
  299. goto start
  300. #exit
  301.  
  302. :bzone
  303. C:
  304. cd\
  305. CLS
  306. CONFIG -set "cputype=auto"
  307. CONFIG -set "cycles=750"
  308. E:
  309. cd\
  310. cd \HBREAK55
  311. HBREAK
  312. CLS
  313. %gamedrive%:
  314. cd \GAMES\BZONE
  315. call BZONE.COM
  316. E:
  317. cd \HBREAK55
  318. HBREAK /u
  319. goto start
  320.  
  321. :beakfutu
  322. C:
  323. cd\
  324. CONFIG -set "cputype=pentium_mmx"
  325. CONFIG -set "cycles=80000"
  326. CLS
  327. %gamedrive%:
  328. cd \games\beakfutu
  329. ducks
  330. goto start
  331.  
  332. :carma
  333. C:
  334. cd\
  335. CLS
  336. ECHO = DOS Games ============================================
  337. ECHO ================================= Carmageddon Max Pack =
  338. ECHO   1) Carmageddon 3DFX        
  339. ECHO   2) Carmageddon Splat Pack 3DFX        
  340. ECHO   3) Carmageddon
  341. ECHO   4) Carmageddon Splat Pack
  342. ECHO ========================================================
  343. ECHO   B) Go Back
  344. ECHO ========================================================
  345. choice /c1234b /s Which version do you want to play? [1-5]: /n
  346.  
  347. if errorlevel 5 goto :start
  348. if errorlevel 4 goto :splat
  349. if errorlevel 3 goto :car
  350. if errorlevel 2 goto :splat3dfx
  351. if errorlevel 1 goto :car3dfx
  352.  
  353. :car3dfx
  354. C:
  355. cd\
  356. CONFIG -set "cputype=pentium_mmx"
  357. CONFIG -set "cycles=80000"
  358. CONFIG -set "glide=true"
  359. CONFIG -set "grport=600"
  360. CONFIG -set "lfb=full"
  361. imgmount %odrive% "CDs\MAXPACK\Carmageddon.cue" -t cdrom -fs iso
  362. CLS
  363. %gamedrive%:
  364. cd \GAMES\CARMA
  365. 3dfx.exe
  366. mount -u %odrive%
  367. goto carma
  368. #exit
  369.  
  370. :splat3dfx
  371. C:
  372. cd\
  373. CONFIG -set "cputype=pentium_mmx"
  374. CONFIG -set "cycles=80000"
  375. CONFIG -set "glide=true"
  376. CONFIG -set "grport=600"
  377. CONFIG -set "lfb=full"
  378. imgmount %odrive% "CDs\MAXPACK\SplatPack.cue" -t cdrom
  379. CLS
  380. %gamedrive%:
  381. cd \GAMES\CARSPLAT
  382. carmav.exe
  383. mount -u %odrive%
  384. goto carma
  385. #exit
  386.  
  387. :car
  388. C:
  389. cd\
  390. CONFIG -set "cputype=pentium_mmx"
  391. CONFIG -set "cycles=80000"cls
  392. imgmount %odrive% "CDs\MAXPACK\Carmageddon.cue" -t cdrom -fs iso
  393. %gamedrive%:
  394. cd \GAMES\CARMA
  395. cls
  396. voodo2c.exe -novoodoo
  397. mount -u %odrive%
  398. goto carma
  399. #exit
  400.  
  401. :splat
  402. C:
  403. cd\
  404. CONFIG -set "cputype=pentium_mmx"
  405. CONFIG -set "cycles=80000"
  406. imgmount %odrive% "CDs\MAXPACK\SplatPack.cue" -t cdrom -fs iso
  407. cls
  408. %gamedrive%:
  409. cd \GAMES\CARSPLAT
  410. cls
  411. voodo2c.exe -novoodoo
  412. mount -u %odrive%
  413. goto carma
  414. #exit
  415.  
  416. :dagger
  417. C:
  418. cd\
  419. CLS
  420. ECHO = DOS Games ============================================
  421. ECHO ===================== The Elder Scrolls II: Daggerfall =
  422. ECHO   1) Daggerfall
  423. ECHO   2) Game DOS Setup
  424. ECHO ========================================================
  425. ECHO   B) Go Back
  426. ECHO ========================================================
  427. choice /c12b /s Please make a choice. [1-2]: /n
  428.  
  429. if errorlevel 3 goto :start3
  430. if errorlevel 2 goto :tes2config
  431. if errorlevel 1 goto :playtes2
  432.  
  433. :playtes2
  434. C:
  435. cd\
  436. CONFIG -set "cputype=auto"
  437. CONFIG -set "cycles=23800"
  438. mount g "CDs\es2d\DFCD" -t cdrom -label Daggerfall
  439. CLS
  440. %gamedrive%:
  441. cd \GAMES\DAGGER
  442. dagger
  443. goto dagger
  444. mount -u %odrive%
  445. #exit
  446.  
  447. :tes2config
  448. C:
  449. cd\
  450. CLS
  451. %gamedrive%:
  452. cd \GAMES\DAGGER
  453. install
  454. goto dagger
  455. #exit
  456.  
  457. :dark
  458. C:
  459. cd\
  460. CLS
  461. ECHO = DOS Games ============================================
  462. ECHO =============================== STAR WARS: DARK FORCES =
  463. ECHO   1) Play STAR WARS: DARK FORCES
  464. ECHO   2) Game DOS Setup
  465. ECHO ========================================================
  466. ECHO   B) Go Back
  467. ECHO ========================================================
  468. choice /c12b /s Please make a choice. [1-2]: /n
  469.  
  470. if errorlevel 3 goto :start5
  471. if errorlevel 2 goto :darksetup
  472. if errorlevel 1 goto :darkforces
  473.  
  474. :darkforces
  475. C:
  476. cd\
  477. CONFIG -set "cputype=auto"
  478. CONFIG -set "cycles=12010"
  479. imgmount %odrive% CDs\DARKFORCES\DARKFORCES.cue -t cdrom
  480. CLS
  481. %gamedrive%:
  482. cd \GAMES\DARK
  483. DARK
  484. goto dark
  485. #exit
  486.  
  487. :darksetup
  488. C:
  489. cd\
  490. CLS
  491. %gamedrive%:
  492. cd \GAMES\DARK
  493. setup
  494. goto dark
  495. #exit
  496.  
  497. :dinopark
  498. C:
  499. cd\
  500. CLS
  501. ECHO = DOS Games ============================================
  502. ECHO ====================================== DinoPark Tycoon =
  503. ECHO   1) Play DinoPark Tycoon
  504. ECHO   2) Game DOS Setup
  505. ECHO ========================================================
  506. ECHO   B) Go Back
  507. ECHO ========================================================
  508. choice /c12b /s Please make a choice. [1-2]: /n
  509.  
  510. if errorlevel 3 goto :start2
  511. if errorlevel 2 goto :dinosetup
  512. if errorlevel 1 goto :playdino
  513.  
  514. :playdino
  515. C:
  516. cd\
  517. CONFIG -set "cputype=auto"
  518. CONFIG -set "cycles=12010"
  519. CLS
  520. %gamedrive%:
  521. cd \GAMES\DINOPARK
  522. dinopark
  523. goto dinopark
  524. #exit
  525.  
  526. :dinosetup
  527. C:
  528. cd\
  529. CLS
  530. %gamedrive%:
  531. cd \GAMES\DINOPARK
  532. setup
  533. goto dinopark
  534. #exit
  535.  
  536. :doom
  537. C:
  538. cd\
  539. CLS
  540. ECHO = DOS Games ============================================
  541. ECHO ================================================= DOOM =
  542. ECHO   1) DOOM
  543. ECHO   2) Game DOS Setup
  544. ECHO ========================================================
  545. ECHO   B) Go Back
  546. ECHO ========================================================
  547. choice /c12b /s Please make a choice. [1-2]: /n
  548.  
  549. if errorlevel 3 goto :start2
  550. if errorlevel 2 goto :doomsetup
  551. if errorlevel 1 goto :playdoom
  552.  
  553. :playdoom
  554. C:
  555. cd\
  556. CONFIG -set "cputype=auto"
  557. CONFIG -set "cycles=12010"
  558. CLS
  559. %gamedrive%:
  560. cd \games\doom
  561. novert
  562. doom
  563. novert /u
  564. goto doom
  565. #exit
  566.  
  567. :doomsetup
  568. C:
  569. cd\
  570. CLS
  571. %gamedrive%:
  572. cd \games\doom
  573. setup
  574. goto doom
  575. #exit
  576.  
  577. :doom2
  578. C:
  579. cd\
  580. CLS
  581. ECHO = DOS Games ============================================
  582. ECHO =============================== DOOM II: Hell On Earth =
  583. ECHO   1) DOOM II
  584. ECHO   2) Game DOS Setup
  585. ECHO ========================================================
  586. ECHO   B) Go Back
  587. ECHO ========================================================
  588. choice /c12b /s Please make a choice. [1-2]: /n
  589.  
  590. if errorlevel 3 goto :start2
  591. if errorlevel 2 goto :doom2setup
  592. if errorlevel 1 goto :playdoom2
  593.  
  594. :playdoom2
  595. C:
  596. cd\
  597. CONFIG -set "cputype=auto"
  598. CONFIG -set "cycles=12010"
  599. CLS
  600. %gamedrive%:
  601. cd \games\doom2
  602. novert
  603. doom2
  604. novert /u
  605. goto doom2
  606. #exit
  607.  
  608. :doom2setup
  609. C:
  610. cd\
  611. CLS
  612. %gamedrive%:
  613. cd \games\doom2
  614. setup
  615. goto doom2
  616. #exit
  617.  
  618. :drugwars
  619. C:
  620. cd\
  621. CONFIG -set "cputype=auto"
  622. CONFIG -set "cycles=12010"
  623. CLS
  624. %gamedrive%:
  625. cd \games\drugwars
  626. drugwar.exe
  627. goto start2
  628. #exit
  629.  
  630.  
  631. :ducks
  632. C:
  633. cd\
  634. CONFIG -set "cputype=pentium_mmx"
  635. CONFIG -set "cycles=80000"
  636. CLS
  637. %gamedrive%:
  638. cd \games\ducks
  639. ducks
  640. goto start2
  641.  
  642. :duke1
  643. C:
  644. cd\
  645. CLS
  646. ECHO = DOS Games ============================================
  647. ECHO =========================================== Duke Nukem =
  648. ECHO   1) Duke Nukem Ep. 1: Shrapnel City
  649. ECHO   2) Duke Nukem Ep. 2: Mission: Moonbase
  650. ECHO   3) Duke Nukem Ep. 3: Trapped in the Future
  651. ECHO ========================================================
  652. ECHO   B) Go Back
  653. ECHO ========================================================
  654. choice /c123b /s Please make a choice. [1-3]: /n
  655.  
  656. if errorlevel 4 goto :start2
  657. if errorlevel 3 goto :duke1e3
  658. if errorlevel 2 goto :duke1e2
  659. if errorlevel 1 goto :duke1e1
  660.  
  661. :duke1e1
  662. C:
  663. cd\
  664. CONFIG -set "cputype=auto"
  665. CONFIG -set "cycles=12010"
  666. CLS
  667. %gamedrive%:
  668. cd \games\duke1
  669. dn1.exe
  670. goto duke
  671. exit
  672.  
  673. :duke1e2
  674. C:
  675. cd\
  676. CONFIG -set "cputype=auto"
  677. CONFIG -set "cycles=12010"
  678. CLS
  679. cd \games\duke1
  680. dn2.exe
  681. goto duke
  682. exit
  683.  
  684. :d1e3
  685. C:
  686. cd\
  687. CONFIG -set "cputype=auto"
  688. CONFIG -set "cycles=12010"
  689. CLS
  690. %gamedrive%:
  691. cd \games\duke1
  692. dn3.exe
  693. goto duke
  694. exit
  695.  
  696. :duke2
  697. C:
  698. cd\
  699. CONFIG -set "cputype=auto"
  700. CONFIG -set "cycles=12010"
  701. CLS
  702. %gamedrive%:
  703. cd \games\duke2
  704. nukem2.exe
  705. goto start
  706.  
  707. :duke3d
  708. C:
  709. cd\
  710. CLS
  711. ECHO = DOS Games ============================================
  712. ECHO ========================= Duke Nukem 3D Atomic Edition =
  713. ECHO   1) Duke Nukem 3D
  714. ECHO   2) DUKE Caribbean: Life's A Beach
  715. ECHO   3) DUKE Nuclear Winter
  716. ECHO   4) GAMER Utility
  717. ECHO   5) Game DOS Setup
  718. ECHO   6) Editor
  719. ECHO ========================================================
  720. ECHO   B) Go Back
  721. ECHO ========================================================
  722. choice /c123456b /s Please make a choice. [1-6]: /n
  723.  
  724. if errorlevel 7 goto :start2
  725. if errorlevel 6 goto :editor
  726. if errorlevel 5 goto :duke3dsetup
  727. if errorlevel 4 goto :gamer
  728. if errorlevel 3 goto :nwinter
  729. if errorlevel 2 goto :vacation
  730. if errorlevel 1 goto :playduke3d
  731.  
  732. :playduke3d
  733. C:
  734. cd\
  735. CONFIG -set "cputype=pentium_mmx"
  736. CONFIG -set "cycles=52000"
  737. imgmount %odrive% "CDs\DUKE3D\ATOMIC15.ISO" -t iso
  738. CLS
  739. %gamedrive%:
  740. cd \games\duke3d
  741. duke3d
  742. goto duke3d
  743.  
  744. :duke3dsetup
  745. C:
  746. cd\
  747. CLS
  748. %gamedrive%:
  749. cd \games\duke3d
  750. setup
  751. goto duke3d
  752.  
  753. :gamer
  754. C:
  755. cd\
  756. CLS
  757. %gamedrive%:
  758. cd \gamer
  759. gamer
  760. cd ..
  761. goto duke3d
  762.  
  763. :nwinter
  764. C:
  765. cd\
  766. CONFIG -set "cputype=pentium_mmx"
  767. CONFIG -set "cycles=52000"
  768. imgmount %odrive% "CDs\DUKE3D\ATOMIC15.ISO" -t iso
  769. CLS
  770. %gamedrive%:
  771. cd \games\duke3d
  772. nwinter
  773. mount -u %odrive%
  774. goto duke3d
  775.  
  776. :vacation
  777. C:
  778. cd\
  779. CONFIG -set "cputype=pentium_mmx"
  780. CONFIG -set "cycles=52000"
  781. imgmount %odrive% "CDs\DUKE3D\ATOMIC15.ISO" -t iso
  782. CLS
  783. %gamedrive%:
  784. cd \games\duke3d
  785. CALL caribfix.com
  786. mount -u %odrive%
  787. goto duke3d
  788.  
  789. :dukeedit
  790. C:
  791. cd\
  792. CLS
  793. %gamedrive%:
  794. cd \games\duke3d
  795. build.exe
  796. goto duke3d
  797.  
  798. :jill
  799. C:
  800. cd\
  801. CLS
  802. ECHO = DOS Games ============================================
  803. ECHO =================================== Jill of the Jungle =
  804. ECHO   1) Episode 1: Jill of the Jungle
  805. ECHO   2) Episode 2: Jill Goes Underground
  806. ECHO   3) Episode 3: Jill Saves the Prince
  807. ECHO ========================================================
  808. ECHO   B) Go Back
  809. ECHO ========================================================
  810. choice /c123b /s Please make a choice. [1-3]: /n
  811.  
  812. if errorlevel 4 goto :start3
  813. if errorlevel 3 goto :jill3
  814. if errorlevel 2 goto :jill2
  815. if errorlevel 1 goto :jill1
  816.  
  817. :jill1
  818. C:
  819. cd\
  820. CONFIG -set "cputype=auto"
  821. CONFIG -set "cycles=1510"
  822. CLS
  823. %gamedrive%:
  824. cd \GAMES\JILL1
  825. JILL1
  826. goto jill
  827.  
  828. :jill2
  829. C:
  830. cd\
  831. CONFIG -set "cputype=auto"
  832. CONFIG -set "cycles=1510"
  833. CLS
  834. %gamedrive%:
  835. cd \GAMES\JILL2
  836. JILL2
  837. goto jill
  838.  
  839. :jill3
  840. C:
  841. cd\
  842. CONFIG -set "cputype=auto"
  843. CONFIG -set "cycles=1510"
  844. CLS
  845. %gamedrive%:
  846. cd \GAMES\JILL3
  847. JILL3
  848. goto jill
  849.  
  850.  
  851. :keen
  852. C:
  853. cd\
  854. CLS
  855. ECHO = DOS Games ============================================
  856. ECHO ======================================= Commander Keen =
  857. ECHO Commander Keen in Invasion of the Vorticons
  858. ECHO   1) Episode 1: Marooned on Mars
  859. ECHO   2) Episode 2: The Earth Explodes
  860. ECHO   3) Episode 3: Keen Must Die!
  861. ECHO.
  862. ECHO Commander Keen in Keen Dreams
  863. ECHO   4) Keen Dreams
  864. ECHO.
  865. ECHO Commander Keen in Goodbye, Galaxy!
  866. ECHO   5) Episode 4: Secret of the Oracle
  867. ECHO   6) Episode 5: The Armageddon Machine
  868. ECHO.
  869. ECHO Commander Keen in Aliens Ate My Babysitter
  870. ECHO   7) Aliens Ate My Babysitter
  871. ECHO ========================================================
  872. ECHO   B) Go Back
  873. ECHO ========================================================
  874. choice /c1234567b /s Please make a choice. [1-7] /n
  875. if errorlevel 8 goto :start
  876. if errorlevel 7 goto :ck4
  877. if errorlevel 6 goto :ck3e2
  878. if errorlevel 5 goto :ck3e1
  879. if errorlevel 4 goto :ck2
  880. if errorlevel 3 goto :ck1e3
  881. if errorlevel 2 goto :ck1e2
  882. if errorlevel 1 goto :ck1e1
  883.  
  884. :ck1e1
  885. C:
  886. cd\
  887. CONFIG -set "cputype=auto"
  888. CONFIG -set "cycles=750"
  889. %gamedrive%:
  890. cd \GAMES\KEEN1
  891. cls
  892. keen1
  893. goto keen
  894. #exit
  895.  
  896. :ck1e2
  897. C:
  898. cd\
  899. CONFIG -set "cputype=auto"
  900. CONFIG -set "cycles=750"
  901. %gamedrive%:
  902. cd \GAMES\KEEN2
  903. cls
  904. keen2
  905. goto keen
  906. #exit
  907.  
  908. :ck1e3
  909. C:
  910. cd\
  911. CONFIG -set "cputype=auto"
  912. CONFIG -set "cycles=750"
  913. %gamedrive%:
  914. cd \GAMES\KEEN3
  915. cls
  916. keen3
  917. goto keen
  918. #exit
  919.  
  920. :ck2
  921. C:
  922. cd\
  923. CONFIG -set "cputype=auto"
  924. CONFIG -set "cycles=750"
  925. %gamedrive%:
  926. cd \GAMES\KEEN4
  927. cls
  928. keen35
  929. goto keen
  930. #exit
  931.  
  932. :ck3e1
  933. C:
  934. cd\
  935. CONFIG -set "cputype=auto"
  936. CONFIG -set "cycles=750"
  937. %gamedrive%:
  938. cd \GAMES\KEEN4
  939. cls
  940. keen4
  941. goto keen
  942. #exit
  943.  
  944. :ck3e2
  945. C:
  946. cd\
  947. CONFIG -set "cputype=auto"
  948. CONFIG -set "cycles=750"
  949. %gamedrive%:
  950. cd \GAMES\KEEN5
  951. cls
  952. keen5
  953. goto keen
  954. #exit
  955.  
  956. :ck4
  957. C:
  958. cd\
  959. CONFIG -set "cputype=auto"
  960. CONFIG -set "cycles=750"
  961. %gamedrive%:
  962. cd \GAMES\KEEN6
  963. cls
  964. keen6
  965. goto keen
  966. #exit
  967.  
  968. :lander
  969. C:
  970. cd\
  971. CONFIG -set "cputype=auto"
  972. CONFIG -set "cycles=240"
  973. imgmount B: ..\DISKETTES\LANDER.IMG -t floppy
  974. cls
  975. B:
  976. lander
  977. C:
  978. mount -u b
  979. goto start3
  980.  
  981. :lode
  982. C:
  983. cd\
  984. CONFIG -set "cputype=auto"
  985. CONFIG -set "cycles=240"
  986. imgmount b ..\diskettes\loderunner.img -t floppy
  987. CLS
  988. B:
  989. call lode.com
  990. goto start3
  991.  
  992. :oregon
  993. C:
  994. cd\
  995. CONFIG -set "cputype=auto"
  996. CONFIG -set "cycles=6075"
  997. CLS
  998. %gamedrive%:
  999. cd \games\oregondx
  1000. oregon.exe
  1001. goto start
  1002.  
  1003. :position
  1004. C:
  1005. cd\
  1006. CONFIG -set "cputype=auto"
  1007. CONFIG -set "cycles=240"
  1008. CLS
  1009. imgmount A: "DISKETTES\POSITION.IMG" -t floppy
  1010. A:
  1011. call drive.exe
  1012. mount -u a
  1013. goto start3
  1014.  
  1015. :pyro
  1016. C:
  1017. cd\
  1018. CONFIG -set "cputype=auto"
  1019. CONFIG -set "cycles=12010"
  1020. CLS
  1021. %gamedrive%:
  1022. cd \games\pyro
  1023. pyro
  1024. goto start3
  1025. #exit
  1026.  
  1027. :quake
  1028. C:
  1029. cd\
  1030. CLS
  1031. ECHO = DOS Games ============================================
  1032. ECHO ================================================ Quake =
  1033. ECHO   1) Quake
  1034. ECHO   2) Quake Mission Pack 1: Scourge of Armagon
  1035. ECHO   3) Quake Mission Pack 2: Dissolution of Eternity
  1036. ECHO   4) Quake Mission Pack 3: Abyss of Pandemonium
  1037. ECHO   5) Quake Mission Pack 4: Dimension of the Past
  1038. ECHO   6) Q!Zone
  1039. ECHO   7) Aftershock for Quake
  1040. ECHO   8) Dark Hour for Quake
  1041. ECHO   9) Malice for Quake (TC)
  1042. ECHO =============================================== 1 of 2 =
  1043. ECHO   N) Next Page
  1044. ECHO   B) Go Back
  1045. ECHO ========================================================
  1046. choice /c123456789nb /s Please make a choice. [1-9]: /n
  1047. if errorlevel 11 goto :start3
  1048. if errorlevel 10 goto :quakep2
  1049. if errorlevel 9 goto :malice
  1050. if errorlevel 8 goto :darkhour
  1051. if errorlevel 7 goto :aftersh
  1052. if errorlevel 6 goto :qzone
  1053. if errorlevel 5 goto :dopa
  1054. if errorlevel 4 goto :impel
  1055. if errorlevel 3 goto :rogue
  1056. if errorlevel 2 goto :hipnotic
  1057. if errorlevel 1 goto :id1
  1058.  
  1059. :quakep2
  1060. C:
  1061. cd\
  1062. CLS
  1063. ECHO = DOS Games ============================================
  1064. ECHO ================================================ Quake =
  1065. ECHO   1) Quake Chess
  1066. ECHO   2) Shrak for Quake (TC)
  1067. ECHO   3) X-MEN: The Ravages of Apocalypse (TC)
  1068. ECHO =============================================== 2 of 2 =
  1069. ECHO   P) Previous Page
  1070. ECHO   B) Go Back
  1071. ECHO ========================================================
  1072. choice /c123pb /s Please make a choice. [1-3]: /n
  1073. if errorlevel 5 goto :start3
  1074. if errorlevel 4 goto :quake
  1075. if errorlevel 3 goto :xmen
  1076. if errorlevel 2 goto :shrak
  1077. if errorlevel 1 goto quess
  1078.  
  1079. :id1
  1080. C:
  1081. cd\
  1082. CONFIG -set "cputype=pentium_mmx"
  1083. CONFIG -set "cycles=52000"
  1084. imgmount %odrive% "CDs\QUAKE\QUAKE106.CUE" -t iso
  1085. CLS
  1086. %gamedrive%:
  1087. cd \games\quake
  1088. quake
  1089. mount -u %odrive%
  1090. goto quake
  1091.  
  1092. :hipnotic
  1093. C:
  1094. cd\
  1095. CONFIG -set "cputype=pentium_mmx"
  1096. CONFIG -set "cycles=52000"
  1097. imgmount %odrive% "CDs\QUAKE\ARMAGON.CUE" -t iso
  1098. CLS
  1099. %gamedrive%:
  1100. cd \games\quake
  1101. quake.exe -game hipnotic
  1102. mount -u %odrive%
  1103. goto quake
  1104.  
  1105. :rogue
  1106. C:
  1107. cd\
  1108. CONFIG -set "cputype=pentium_mmx"
  1109. CONFIG -set "cycles=52000"
  1110. imgmount %odrive% "CDs\QUAKE\DISSOLUTION.CUE" -t iso
  1111. CLS
  1112. %gamedrive%:
  1113. cd \games\quake
  1114. quake.exe -game rogue
  1115. mount -u %odrive%
  1116. goto quake
  1117.  
  1118. :impel
  1119. C:
  1120. cd\
  1121. CONFIG -set "cputype=pentium_mmx"
  1122. CONFIG -set "cycles=52000"
  1123. imgmount %odrive% "CDs\QUAKE\ABYSS.CUE" -t iso
  1124. CLS
  1125. %gamedrive%:
  1126. cd \games\quake
  1127. quake.exe -game impel
  1128. mount -u %odrive%
  1129. goto quake
  1130.  
  1131. :dopa
  1132. C:
  1133. cd\
  1134. CONFIG -set "cputype=pentium_mmx"
  1135. CONFIG -set "cycles=52000"
  1136. CLS
  1137. %gamedrive%:
  1138. cd \games\quake
  1139. quake.exe -game dopa -nocdaudio
  1140. goto quake
  1141.  
  1142. :qzone
  1143. C:
  1144. cd\
  1145. CONFIG -set "cputype=pentium_mmx"
  1146. CONFIG -set "cycles=52000"
  1147. imgmount %odrive% "CDs\QUAKE\Q!ZONE.CUE" -t iso
  1148. CLS
  1149. %gamedrive%:
  1150. cd \games\quake
  1151. quake.exe -game qzone
  1152. mount -u %odrive%
  1153. goto quake
  1154.  
  1155. :aftersh
  1156. C:
  1157. cd\
  1158. CONFIG -set "cputype=pentium_mmx"
  1159. CONFIG -set "cycles=52000"
  1160. imgmount %odrive% "CDs\QUAKE\AFTERSHOCK.CUE" -t iso
  1161. CLS
  1162. %gamedrive%:
  1163. cd \GAMES\QUAKE
  1164. quake.exe -game aftersh
  1165. mount -u %odrive%
  1166. goto quake
  1167.  
  1168. :darkhour
  1169. C:
  1170. cd\
  1171. CONFIG -set "cputype=pentium_mmx"
  1172. CONFIG -set "cycles=52000"
  1173. imgmount %odrive% "CDs\QUAKE\DARKHOUR.CUE" -t iso
  1174. CLS
  1175. %gamedrive%:
  1176. cd \GAMES\QUAKE
  1177. quake.exe -game darkhour
  1178. mount -u %odrive%
  1179. goto quake
  1180.  
  1181. :malice
  1182. C:
  1183. cd\
  1184. CONFIG -set "cputype=pentium_mmx"
  1185. CONFIG -set "cycles=52000"
  1186. imgmount %odrive% "CDs\QUAKE\MALICE_1011.CUE" -t iso
  1187. CLS
  1188. %gamedrive%:
  1189. cd \games\quake
  1190. quake.exe -game malice
  1191. mount -u %odrive%
  1192. goto quake
  1193.  
  1194. :quess
  1195. C:
  1196. cd\
  1197. CONFIG -set "cputype=pentium_mmx"
  1198. CONFIG -set "cycles=52000"
  1199. CLS
  1200. %gamedrive%:
  1201. cd \games\quake
  1202. quake.exe -game quess -nocdaudio
  1203. goto quakep2
  1204.  
  1205. :shrak
  1206. C:
  1207. cd\
  1208. CONFIG -set "cputype=pentium_mmx"
  1209. CONFIG -set "cycles=52000"
  1210. imgmount %odrive% "CDs\QUAKE\SHRAK_MA.CUE" -t iso
  1211. CLS
  1212. %gamedrive%:
  1213. cd \games\quake
  1214. quake.exe -game shrak
  1215. mount -u %odrive%
  1216. goto quakep2
  1217.  
  1218. :xmen
  1219. C:
  1220. cd\
  1221. CONFIG -set "cputype=pentium_mmx"
  1222. CONFIG -set "cycles=52000"
  1223. imgmount %odrive% "CDs\QUAKE\RAVAGES.CUE" -t iso
  1224. CLS
  1225. %gamedrive%:
  1226. cd \games\quake
  1227. quake.exe -game xmen
  1228. mount -u %odrive%
  1229. goto quakep2
  1230.          
  1231. :radix
  1232. C:
  1233. cd\
  1234. CLS
  1235. ECHO = DOS Games ============================================
  1236. ECHO =============================== RADIX: Beyond The Void =
  1237. ECHO   1) RADIX
  1238. ECHO   2) Game DOS Setup
  1239. ECHO ========================================================
  1240. ECHO   B) Go Back
  1241. ECHO ========================================================
  1242. choice /c12b /s Which game do you want to run? [1-2]: /n
  1243.  
  1244. if errorlevel 3 goto :start4
  1245. if errorlevel 2 goto :radixsetup
  1246. if errorlevel 1 goto :playradix
  1247.  
  1248. :playradix
  1249. C:
  1250. cd\
  1251. CONFIG -set "cputype=auto"
  1252. CONFIG -set "cycles=23880"
  1253. CLS
  1254. %gamedrive%:
  1255. cd \games\radix
  1256. radix
  1257. goto start4
  1258.  
  1259. :radixsetup
  1260. C:
  1261. cd\
  1262. CLS
  1263. %gamedrive%:
  1264. cd \games\radix
  1265. setup
  1266. goto start3
  1267.  
  1268. :rampage
  1269. CONFIG -set "cputype=auto"
  1270. CONFIG -set "cycles=auto"
  1271. imgmount b "DISKETTES\RAMPAGE.IMG" -t floppy
  1272. CLS
  1273. B:
  1274. call rampage.com
  1275. mount -u b
  1276. goto start4
  1277.  
  1278. :rcr
  1279. C:
  1280. cd\
  1281. CONFIG -set "cputype=auto"
  1282. CONFIG -set "cycles=12010"
  1283. imgmount a "DISKETTES\RCR.IMG" -t floppy
  1284. CLS
  1285. %gamedrive%:
  1286. cd \GAMES\RCR
  1287. RCR
  1288. mount -u a
  1289. goto start4
  1290.  
  1291. :sc2000
  1292. C:
  1293. cd\
  1294. CLS
  1295. ECHO = DOS Games ============================================
  1296. ECHO ========================= SimCity 2000 Special Edition =
  1297. ECHO   1) SimCity 2000
  1298. ECHO   2) Urban Renewal Kit
  1299. ECHO   3) Watch WillTV
  1300. ECHO   4) Game DOS Settings
  1301. ECHO ========================================================
  1302. ECHO   B) Go Back
  1303. ECHO ========================================================
  1304. choice /c1234b /s Which game do you want to run? [1-2]: /n
  1305. if errorlevel 5 goto :start4
  1306. if errorlevel 4 goto :sc2ksetup
  1307. if errorlevel 3 goto :willtv
  1308. if errorlevel 2 goto :scurk
  1309. if errorlevel 1 goto :sc2kse
  1310.  
  1311. :sc2kse
  1312. C:
  1313. cd\
  1314. CONFIG -set "cputype=auto"
  1315. CONFIG -set "cycles=23880"
  1316. imgmount %odrive% "CDs\SC2KSEPC.iso" -t iso
  1317. CLS
  1318. %gamedrive%:
  1319. cd \games\sc2000
  1320.  
  1321. INTRO
  1322.  
  1323. :RunSC2K
  1324. SC2K %1
  1325. if errorlevel 55 goto RunWillTV
  1326. goto END
  1327.  
  1328. :RunWillTV
  1329. WILLTV
  1330. goto :RunSC2K
  1331.  
  1332. :END
  1333. mount -u %odrive%
  1334. goto sc2000
  1335.  
  1336. :scurk
  1337. C:
  1338. cd\
  1339. CONFIG -set "cputype=auto"
  1340. CONFIG -set "cycles=23880"
  1341. imgmount %odrive% "CDs\SC2KSEPC.iso" -t iso
  1342. CLS
  1343. %gamedrive%:
  1344. cd \games\sc2000
  1345. SCURK.COM
  1346. mount -u %odrive%
  1347. goto sc2000
  1348.  
  1349. :willtv
  1350. C:
  1351. cd\
  1352. CONFIG -set "cputype=auto"
  1353. CONFIG -set "cycles=23880"
  1354. imgmount %odrive% "CDs\SC2KSEPC.iso" -t iso
  1355. CLS
  1356. %gamedrive%:
  1357. cd \games\sc2000
  1358. WILLTV
  1359. mount -u %odrive%
  1360. goto sc2000
  1361.  
  1362. :sc2ksetup
  1363. C:
  1364. cd\
  1365. CLS
  1366. %gamedrive%:
  1367. cd \games\sc2000
  1368. CALL INSTALL.EXE
  1369. goto sc2000
  1370.  
  1371.  
  1372. :simfarm
  1373. C:
  1374. cd\
  1375. CLS
  1376. ECHO = DOS Games ============================================
  1377. ECHO ============================================== SimFarm =
  1378. ECHO   1) SimFarm
  1379. ECHO   2) Game DOS Setup
  1380. ECHO ========================================================
  1381. ECHO   B) Go Back
  1382. ECHO ========================================================
  1383. choice /c12b /s Please make a choice. [1-2] /n
  1384. if errorlevel 3 goto :start4
  1385. if errorlevel 2 goto :sfarmsetup
  1386. if errorlevel 1 goto :sfarm
  1387.  
  1388. :sfarm
  1389. C:
  1390. cd\
  1391. CONFIG -set "cputype=auto"
  1392. CONFIG -set "cycles=23880"
  1393. CLS
  1394. %gamedrive%:
  1395. cd \games\simfarm
  1396. simfarm
  1397. goto simfarm
  1398.  
  1399. :sfarmsetup
  1400. C:
  1401. cd\
  1402. CLS
  1403. %gamedrive%:
  1404. cd \games\simfarm
  1405. install
  1406. goto simfarm
  1407.  
  1408. :skyroads
  1409. C:
  1410. cd\
  1411. CONFIG -set "cputype=auto"
  1412. CONFIG -set "cycles=6075"
  1413. CLS
  1414. %gamedrive%:
  1415. cd \games\skyroads
  1416. skyroads.exe
  1417. goto start4
  1418.  
  1419. :skyxmas
  1420. C:
  1421. cd\
  1422. CONFIG -set "cputype=auto"
  1423. CONFIG -set "cycles=6075"
  1424. CLS
  1425. %gamedrive%:
  1426. cd \games\skyxmas
  1427. skyxmas.exe
  1428. goto start3
  1429.  
  1430. :spear
  1431. C:
  1432. cd\
  1433. CLS
  1434. ECHO = DOS Games ============================================
  1435. ECHO ======================== Wolfenstein: Spear of Destiny =
  1436. ECHO   1) Mission 1: Spear of Destiny
  1437. ECHO   2) Mission 2: Return to Danger
  1438. ECHO   3) Mission 3: Ultimate Challenge
  1439. ECHO ========================================================
  1440. ECHO   B) Go Back
  1441. ECHO ========================================================
  1442. choice /c123b /s Please make a choice. [1-3] /n
  1443. if errorlevel 4 goto :start5
  1444. if errorlevel 3 goto :m3
  1445. if errorlevel 2 goto :m2
  1446. if errorlevel 1 goto :m1
  1447.  
  1448. :m1
  1449. C:
  1450. cd\
  1451. CONFIG -set "cputype=auto"
  1452. CONFIG -set "cycles=6075"
  1453. %gamedrive%:
  1454. cd \GAMES\SPEAR
  1455. cls
  1456. spear
  1457. goto spear
  1458. #exit
  1459.  
  1460. :m2
  1461. C:
  1462. cd\
  1463. CONFIG -set "cputype=auto"
  1464. CONFIG -set "cycles=6075"
  1465. %gamedrive%:
  1466. cd \GAMES\RETURN
  1467. cls
  1468. spear
  1469. goto spear
  1470. #exit
  1471.  
  1472. :m3
  1473. C:
  1474. cd\
  1475. CONFIG -set "cputype=auto"
  1476. CONFIG -set "cycles=6075"
  1477. %gamedrive%:
  1478. cd \GAMES\ULTIMATE
  1479. cls
  1480. spear
  1481. goto spear
  1482. #exit
  1483.  
  1484. :starcon
  1485. C:
  1486. cd\
  1487. CLS
  1488. ECHO = DOS Games ============================================
  1489. ECHO ========================================== StarControl =
  1490. ECHO   1) StarControl
  1491. ECHO   2) Settings
  1492. ECHO ========================================================
  1493. ECHO   B) Go Back
  1494. ECHO ========================================================
  1495. choice /c12b /s Which game do you want to run? [1-2]: /n
  1496. if errorlevel 3 goto :start4
  1497. if errorlevel 2 goto :starconsetup
  1498. if errorlevel 1 goto :playstarcon
  1499.  
  1500. :playstarcon
  1501. C:
  1502. cd\
  1503. CONFIG -set "cputype=auto"
  1504. CONFIG -set "cycles=750"
  1505. CLS
  1506. %gamedrive%:
  1507. cd \games\starcon
  1508. starcon.exe /S:mt32 /G:mcga
  1509. goto starcon
  1510.  
  1511. :starconsetup
  1512. C:
  1513. cd\
  1514. CLS
  1515. %gamedrive%:
  1516. cd \games\starcon
  1517. keys.exe
  1518. goto starcon
  1519.  
  1520. :starcon2
  1521. C:
  1522. cd\
  1523. CLS
  1524. ECHO = DOS Games ============================================
  1525. ECHO ================== StarControl II: The Ur-Quan Masters =
  1526. ECHO   1) StarControl II
  1527. ECHO   2) Settings
  1528. ECHO ========================================================
  1529. ECHO   B) Go Back
  1530. ECHO ========================================================
  1531. choice /c12b /s Which game do you want to run? [1-2]: /n
  1532. if errorlevel 3 goto :start4
  1533. if errorlevel 2 goto :starcon2setup
  1534. if errorlevel 1 goto :playstarcon2
  1535.  
  1536. :playstarcon2
  1537. C:
  1538. cd\
  1539. CONFIG -set "cputype=auto"
  1540. CONFIG -set "cycles=750"
  1541. CLS
  1542. %gamedrive%:
  1543. cd \games\starcon2
  1544. starcon2
  1545. goto starcon2
  1546.  
  1547. :starcon2set
  1548. C:
  1549. cd\
  1550. CLS
  1551. %gamedrive%:
  1552. cd \games\starcon2
  1553. keys.exe
  1554. goto starcon2
  1555.  
  1556. :strife
  1557. C:
  1558. cd\
  1559. CLS
  1560. ECHO = DOS Games ============================================
  1561. ECHO =============================================== Strife =
  1562. ECHO   1) Strife
  1563. ECHO   2) Game DOS Setup
  1564. ECHO ========================================================
  1565. ECHO   B) Go Back
  1566. ECHO ========================================================
  1567. choice /c12b /s Which game do you want to run? [1-2]: /n
  1568.  
  1569. if errorlevel 3 goto :start5
  1570. if errorlevel 2 goto :strifesetup
  1571. if errorlevel 1 goto :playstrife
  1572.  
  1573. :playstrife
  1574. C:
  1575. cd\
  1576. CONFIG -set "cputype=auto"
  1577. CONFIG -set "cycles=23880"
  1578. CLS
  1579. %gamedrive%:
  1580. cd \games\strife
  1581. strife1
  1582. goto strife
  1583.  
  1584. :strifesetup
  1585. C:
  1586. cd\
  1587. CLS
  1588. %gamedrive%:
  1589. cd \games\strife
  1590. setup
  1591. cd ..\..
  1592. goto strife
  1593.  
  1594. :tetris
  1595. C:
  1596. cd\
  1597. CONFIG -set "cputype=auto"
  1598. CONFIG -set "cycles=240"
  1599. imgmount B: "DISKETTES\TETRIS3.IMG" -t floppy
  1600. CLS
  1601. B:
  1602. tetris.exe
  1603. C:
  1604. mount -u b
  1605. goto start5
  1606.  
  1607. :trilogy
  1608. C:
  1609. cd\
  1610. CONFIG -set "cputype=auto"
  1611. CONFIG -set "cycles=23880"
  1612. imgmount %odrive% "CDs\ALIEN_TRILOGY\ALIEN_TRILOGY_PC.CUE" -t iso
  1613. CLS
  1614. %gamedrive%:
  1615. cd \games\acclaim\trilogy
  1616. trilogy
  1617. mount -u %odrive%
  1618. goto start
  1619.  
  1620. :trog
  1621. C:
  1622. cd\
  1623. CONFIG -set "cputype=auto"
  1624. CONFIG -set "cycles=1510"
  1625. CLS
  1626. %gamedrive%:
  1627. cd \games\trog
  1628. run
  1629. goto strife
  1630.  
  1631.  
  1632. :welltris
  1633. C:
  1634. cd\
  1635. CONFIG -set "cputype=auto"
  1636. CONFIG -set "cycles=240"
  1637. imgmount b "DISKETTES\WELLTRIS\DISK1.IMG" -t floppy
  1638. CLS
  1639. B:
  1640. welltris E
  1641. mount -u b
  1642. goto start5
  1643.  
  1644. :wolf3d
  1645. C:
  1646. cd\
  1647. CONFIG -set "cputype=auto"
  1648. CONFIG -set "cycles=6075"
  1649. CLS
  1650. %gamedrive%:
  1651. cd \games\wolf3d
  1652. wolf3d
  1653. goto start5
  1654.  
  1655. :worldwid
  1656. C:
  1657. cd\
  1658. CONFIG -set "cputype=pentium_mmx"
  1659. CONFIG -set "cycles=80000"
  1660. CLS
  1661. %gamedrive%:
  1662. cd \games\worldwid
  1663. ducks
  1664. goto start2
  1665.  
  1666. :xmasduck
  1667. C:
  1668. cd\
  1669. CONFIG -set "cputype=pentium_mmx"
  1670. CONFIG -set "cycles=80000"
  1671. %gamedrive%:
  1672. cd \games\duckxmas
  1673. ducks.exe
  1674. goto start5
  1675.  
  1676. :exit
  1677. exit
  1678.  
  1679. :prompt
  1680. C:
  1681. cd\
  1682. CONFIG -set "cputype=pentium_mmx"
  1683. CONFIG -set "cycles=97240"
  1684. echo cmd
  1685. CLS
  1686. echo cmd
  1687. CLS
  1688.  
  1689.  
  1690.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement