Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- REM <-([+ MS-DOS Games Batch Menu +])->
- REM <-----------([+ by +])------------>
- REM <-----([+ StrangeCrunchy1 +])----->
- @ECHO OFF
- REM unmount both Floppies before we start
- mount -u a
- mount -u b
- set gamedrive=d
- REM unmount the CD-ROM before we start (Change this to whatever your CD-ROM letter is)
- set odrive=g
- mount -u %odrive%
- :start
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO 1) Abuse
- ECHO 2) Alien Breed
- ECHO 3) Alien Carnage
- ECHO 4) Alien Trilogy
- ECHO 5) Backlash
- ECHO 6) Battlezone
- ECHO 7) Beak To The Future
- ECHO 8) Carmageddon Max Pack
- ECHO 9) Commander Keen
- ECHO ============================================= (1 of 5) =
- ECHO.
- ECHO N) Next Page
- ECHO D) Return to DOS
- ECHO X) Exit program
- ECHO ========================================================
- choice /c123456789ndx /s Which game do you want to run? [1-9]: /n
- if errorlevel 12 goto :exit
- if errorlevel 11 goto :prompt
- if errorlevel 10 goto :start2
- if errorlevel 9 goto :keen
- if errorlevel 8 goto :carma
- if errorlevel 7 goto :beakfutu
- if errorlevel 6 goto :bzone
- if errorlevel 5 goto :backlash
- if errorlevel 4 goto :trilogy
- if errorlevel 3 goto :acfreew
- if errorlevel 2 goto :alien
- if errorlevel 1 goto :abuse
- :start2
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO 1) DinoPark Tycoon
- ECHO 2) DOOM
- ECHO 3) DOOM II: Hell On Earth
- ECHO 4) Drug Wars
- ECHO 5) Ducks
- ECHO 6) Ducks: World Wide Webbed
- ECHO 7) Duke Nukem 1
- ECHO 8) Duke Nukem 2
- ECHO 9) Duke Nukem 3D Atomic Edition
- ECHO ============================================= (2 of 5) =
- ECHO P) Previous Page
- ECHO N) Next Page
- ECHO D) Return to DOS
- ECHO X) Exit program
- ECHO ========================================================
- choice /c123456789pndx /s Which game do you want to run? [1-9]: /n
- if errorlevel 13 goto :exit
- if errorlevel 12 goto :prompt
- if errorlevel 11 goto :start3
- if errorlevel 10 goto :start
- if errorlevel 9 goto :duke3d
- if errorlevel 8 goto :duke2
- if errorlevel 7 goto :duke1
- if errorlevel 6 goto :worldwid
- if errorlevel 5 goto :ducks
- if errorlevel 4 goto :drugwars
- if errorlevel 3 goto :doom2
- if errorlevel 2 goto :doom
- if errorlevel 1 goto :dinopark
- :start3
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO 1) The Elder Scrolls: Arena
- ECHO 2) The Elder Scrolls II: Daggerfall
- eCHO 3) Jill of the Jungle
- ECHO 4) Lode Runner
- ECHO 5) Lunar Lander
- ECHO 6) Oregon Trail Deluxe
- ECHO 7) Pole Position
- ECHO 8) Pyrosaurus
- ECHO 9) Quake
- ECHO ============================================= (3 of 5) =
- ECHO P) Previous Page
- ECHO N) Next Page
- ECHO D) Return to DOS
- ECHO X) Exit program
- ECHO ========================================================
- choice /c123456789pndx /s Which game do you want to run? [1-9]: /n
- if errorlevel 13 goto :exit
- if errorlevel 12 goto :prompt
- if errorlevel 11 goto :start4
- if errorlevel 10 goto :start2
- if errorlevel 9 goto :quake
- if errorlevel 8 goto :pyro
- if errorlevel 7 goto :position
- if errorlevel 6 goto :oregondx
- if errorlevel 5 goto :lander
- if errorlevel 4 goto :lode
- if errorlevel 3 goto :jill
- if errorlevel 2 goto :dagger
- if errorlevel 1 goto :arena
- :start4
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO 1) RADIX: Beyond The Void
- ECHO 2) Rampage!
- ECHO 3) Retro City Rampage 486
- ECHO 4) SimCity 2000 Special Edition
- ECHO 5) SimFarm
- ECHO 6) SkyRoads
- ECHO 7) Skyroads XMAS
- ECHO 8) StarControl
- ECHO 9) StarControl II: The Ur-Quan Masters
- ECHO ============================================= (4 of 5) =
- ECHO P) Previous Page
- ECHO N) Next Page
- ECHO D) Return to DOS
- ECHO X) Exit program
- ECHO ========================================================
- choice /c123456789pndx /s Which game do you want to run? [1-9]: /n
- if errorlevel 13 goto :exit
- if errorlevel 12 goto :prompt
- if errorlevel 11 goto :start5
- if errorlevel 10 goto :start3
- if errorlevel 9 goto :starcon2
- if errorlevel 8 goto :starcon
- if errorlevel 7 goto :skyxmas
- if errorlevel 6 goto :skyroads
- if errorlevel 5 goto :simfarm
- if errorlevel 4 goto :sc2000
- if errorlevel 3 goto :rcr
- if errorlevel 2 goto :rampage
- if errorlevel 1 goto :radix
- :start5
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO 1) STAR WARS: DARK FORCES
- ECHO 2) Strife
- ECHO 3) TETRIS
- ECHO 4) TROG!
- ECHO 5) WELLTRIS
- ECHO 6) Wolfenstein 3D
- ECHO 7) Wolfenstein: Spear of Destiny
- ECHO 8) XMAS Ducks 2000
- ECHO.
- ECHO ============================================= (5 of 5) =
- ECHO P) Previous Page
- ECHO.
- ECHO D) Return to DOS
- ECHO X) Exit program
- ECHO ========================================================
- choice /c12345678pdx /s Which game do you want to run? [1-8]: /n
- if errorlevel 11 goto :exit
- if errorlevel 10 goto :prompt
- if errorlevel 9 goto :start4
- if errorlevel 8 goto :xmasduck
- if errorlevel 7 goto :spear
- if errorlevel 6 goto :wolf3d
- if errorlevel 5 goto :welltris
- if errorlevel 4 goto :trog
- if errorlevel 3 goto :tetris
- if errorlevel 2 goto :strife
- if errorlevel 1 goto :dark
- :abuse
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- cd \games\abuse
- abuse
- goto start
- #exit
- :alien
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ========================================== Alien Breed =
- ECHO 1) Play Alien Breed
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2]: /n
- if errorlevel 3 goto :start
- if errorlevel 2 goto :aliensetup
- if errorlevel 1 goto :playalien
- :playalien
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- CLS
- %gamedrive%:
- cd \games\alien
- alien
- goto start
- :aliensetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\alien
- config
- goto start
- :acfreew
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- CLS
- %gamedrive%:
- cd \games\acfreew
- carnage
- goto start
- :arena
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ============================= The Elder Scrolls: Arena =
- ECHO 1) Arena
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2]: /n
- if errorlevel 3 goto :start3
- if errorlevel 2 goto :tes1config
- if errorlevel 1 goto :playtes1
- :playtes1
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \GAMES\ARENA
- A.exe -sa:220 -si:5 -sd:1 -ma:330 -mq:7 -ssbdig.adv -mgenmidi.adv
- goto arena
- #exit
- :tes1config
- C:
- cd\
- CLS
- %gamedrive%:
- cd \GAMES\ARENA
- install
- goto arena
- #exit
- :backlash
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \GAMES\BACKLASH
- backlash
- goto start
- #exit
- :bzone
- C:
- cd\
- CLS
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- E:
- cd\
- cd \HBREAK55
- HBREAK
- CLS
- %gamedrive%:
- cd \GAMES\BZONE
- call BZONE.COM
- E:
- cd \HBREAK55
- HBREAK /u
- goto start
- :beakfutu
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"
- CLS
- %gamedrive%:
- cd \games\beakfutu
- ducks
- goto start
- :carma
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ================================= Carmageddon Max Pack =
- ECHO 1) Carmageddon 3DFX
- ECHO 2) Carmageddon Splat Pack 3DFX
- ECHO 3) Carmageddon
- ECHO 4) Carmageddon Splat Pack
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c1234b /s Which version do you want to play? [1-5]: /n
- if errorlevel 5 goto :start
- if errorlevel 4 goto :splat
- if errorlevel 3 goto :car
- if errorlevel 2 goto :splat3dfx
- if errorlevel 1 goto :car3dfx
- :car3dfx
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"
- CONFIG -set "glide=true"
- CONFIG -set "grport=600"
- CONFIG -set "lfb=full"
- imgmount %odrive% "CDs\MAXPACK\Carmageddon.cue" -t cdrom -fs iso
- CLS
- %gamedrive%:
- cd \GAMES\CARMA
- 3dfx.exe
- mount -u %odrive%
- goto carma
- #exit
- :splat3dfx
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"
- CONFIG -set "glide=true"
- CONFIG -set "grport=600"
- CONFIG -set "lfb=full"
- imgmount %odrive% "CDs\MAXPACK\SplatPack.cue" -t cdrom
- CLS
- %gamedrive%:
- cd \GAMES\CARSPLAT
- carmav.exe
- mount -u %odrive%
- goto carma
- #exit
- :car
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"cls
- imgmount %odrive% "CDs\MAXPACK\Carmageddon.cue" -t cdrom -fs iso
- %gamedrive%:
- cd \GAMES\CARMA
- cls
- voodo2c.exe -novoodoo
- mount -u %odrive%
- goto carma
- #exit
- :splat
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"
- imgmount %odrive% "CDs\MAXPACK\SplatPack.cue" -t cdrom -fs iso
- cls
- %gamedrive%:
- cd \GAMES\CARSPLAT
- cls
- voodo2c.exe -novoodoo
- mount -u %odrive%
- goto carma
- #exit
- :dagger
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ===================== The Elder Scrolls II: Daggerfall =
- ECHO 1) Daggerfall
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2]: /n
- if errorlevel 3 goto :start3
- if errorlevel 2 goto :tes2config
- if errorlevel 1 goto :playtes2
- :playtes2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23800"
- mount g "CDs\es2d\DFCD" -t cdrom -label Daggerfall
- CLS
- %gamedrive%:
- cd \GAMES\DAGGER
- dagger
- goto dagger
- mount -u %odrive%
- #exit
- :tes2config
- C:
- cd\
- CLS
- %gamedrive%:
- cd \GAMES\DAGGER
- install
- goto dagger
- #exit
- :dark
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO =============================== STAR WARS: DARK FORCES =
- ECHO 1) Play STAR WARS: DARK FORCES
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2]: /n
- if errorlevel 3 goto :start5
- if errorlevel 2 goto :darksetup
- if errorlevel 1 goto :darkforces
- :darkforces
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- imgmount %odrive% CDs\DARKFORCES\DARKFORCES.cue -t cdrom
- CLS
- %gamedrive%:
- cd \GAMES\DARK
- DARK
- goto dark
- #exit
- :darksetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \GAMES\DARK
- setup
- goto dark
- #exit
- :dinopark
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ====================================== DinoPark Tycoon =
- ECHO 1) Play DinoPark Tycoon
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2]: /n
- if errorlevel 3 goto :start2
- if errorlevel 2 goto :dinosetup
- if errorlevel 1 goto :playdino
- :playdino
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \GAMES\DINOPARK
- dinopark
- goto dinopark
- #exit
- :dinosetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \GAMES\DINOPARK
- setup
- goto dinopark
- #exit
- :doom
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ================================================= DOOM =
- ECHO 1) DOOM
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2]: /n
- if errorlevel 3 goto :start2
- if errorlevel 2 goto :doomsetup
- if errorlevel 1 goto :playdoom
- :playdoom
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \games\doom
- novert
- doom
- novert /u
- goto doom
- #exit
- :doomsetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\doom
- setup
- goto doom
- #exit
- :doom2
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO =============================== DOOM II: Hell On Earth =
- ECHO 1) DOOM II
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2]: /n
- if errorlevel 3 goto :start2
- if errorlevel 2 goto :doom2setup
- if errorlevel 1 goto :playdoom2
- :playdoom2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \games\doom2
- novert
- doom2
- novert /u
- goto doom2
- #exit
- :doom2setup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\doom2
- setup
- goto doom2
- #exit
- :drugwars
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \games\drugwars
- drugwar.exe
- goto start2
- #exit
- :ducks
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"
- CLS
- %gamedrive%:
- cd \games\ducks
- ducks
- goto start2
- :duke1
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO =========================================== Duke Nukem =
- ECHO 1) Duke Nukem Ep. 1: Shrapnel City
- ECHO 2) Duke Nukem Ep. 2: Mission: Moonbase
- ECHO 3) Duke Nukem Ep. 3: Trapped in the Future
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c123b /s Please make a choice. [1-3]: /n
- if errorlevel 4 goto :start2
- if errorlevel 3 goto :duke1e3
- if errorlevel 2 goto :duke1e2
- if errorlevel 1 goto :duke1e1
- :duke1e1
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \games\duke1
- dn1.exe
- goto duke
- exit
- :duke1e2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- cd \games\duke1
- dn2.exe
- goto duke
- exit
- :d1e3
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \games\duke1
- dn3.exe
- goto duke
- exit
- :duke2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \games\duke2
- nukem2.exe
- goto start
- :duke3d
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ========================= Duke Nukem 3D Atomic Edition =
- ECHO 1) Duke Nukem 3D
- ECHO 2) DUKE Caribbean: Life's A Beach
- ECHO 3) DUKE Nuclear Winter
- ECHO 4) GAMER Utility
- ECHO 5) Game DOS Setup
- ECHO 6) Editor
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c123456b /s Please make a choice. [1-6]: /n
- if errorlevel 7 goto :start2
- if errorlevel 6 goto :editor
- if errorlevel 5 goto :duke3dsetup
- if errorlevel 4 goto :gamer
- if errorlevel 3 goto :nwinter
- if errorlevel 2 goto :vacation
- if errorlevel 1 goto :playduke3d
- :playduke3d
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\DUKE3D\ATOMIC15.ISO" -t iso
- CLS
- %gamedrive%:
- cd \games\duke3d
- duke3d
- goto duke3d
- :duke3dsetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\duke3d
- setup
- goto duke3d
- :gamer
- C:
- cd\
- CLS
- %gamedrive%:
- cd \gamer
- gamer
- cd ..
- goto duke3d
- :nwinter
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\DUKE3D\ATOMIC15.ISO" -t iso
- CLS
- %gamedrive%:
- cd \games\duke3d
- nwinter
- mount -u %odrive%
- goto duke3d
- :vacation
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\DUKE3D\ATOMIC15.ISO" -t iso
- CLS
- %gamedrive%:
- cd \games\duke3d
- CALL caribfix.com
- mount -u %odrive%
- goto duke3d
- :dukeedit
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\duke3d
- build.exe
- goto duke3d
- :jill
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO =================================== Jill of the Jungle =
- ECHO 1) Episode 1: Jill of the Jungle
- ECHO 2) Episode 2: Jill Goes Underground
- ECHO 3) Episode 3: Jill Saves the Prince
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c123b /s Please make a choice. [1-3]: /n
- if errorlevel 4 goto :start3
- if errorlevel 3 goto :jill3
- if errorlevel 2 goto :jill2
- if errorlevel 1 goto :jill1
- :jill1
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=1510"
- CLS
- %gamedrive%:
- cd \GAMES\JILL1
- JILL1
- goto jill
- :jill2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=1510"
- CLS
- %gamedrive%:
- cd \GAMES\JILL2
- JILL2
- goto jill
- :jill3
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=1510"
- CLS
- %gamedrive%:
- cd \GAMES\JILL3
- JILL3
- goto jill
- :keen
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ======================================= Commander Keen =
- ECHO Commander Keen in Invasion of the Vorticons
- ECHO 1) Episode 1: Marooned on Mars
- ECHO 2) Episode 2: The Earth Explodes
- ECHO 3) Episode 3: Keen Must Die!
- ECHO.
- ECHO Commander Keen in Keen Dreams
- ECHO 4) Keen Dreams
- ECHO.
- ECHO Commander Keen in Goodbye, Galaxy!
- ECHO 5) Episode 4: Secret of the Oracle
- ECHO 6) Episode 5: The Armageddon Machine
- ECHO.
- ECHO Commander Keen in Aliens Ate My Babysitter
- ECHO 7) Aliens Ate My Babysitter
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c1234567b /s Please make a choice. [1-7] /n
- if errorlevel 8 goto :start
- if errorlevel 7 goto :ck4
- if errorlevel 6 goto :ck3e2
- if errorlevel 5 goto :ck3e1
- if errorlevel 4 goto :ck2
- if errorlevel 3 goto :ck1e3
- if errorlevel 2 goto :ck1e2
- if errorlevel 1 goto :ck1e1
- :ck1e1
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- %gamedrive%:
- cd \GAMES\KEEN1
- cls
- keen1
- goto keen
- #exit
- :ck1e2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- %gamedrive%:
- cd \GAMES\KEEN2
- cls
- keen2
- goto keen
- #exit
- :ck1e3
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- %gamedrive%:
- cd \GAMES\KEEN3
- cls
- keen3
- goto keen
- #exit
- :ck2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- %gamedrive%:
- cd \GAMES\KEEN4
- cls
- keen35
- goto keen
- #exit
- :ck3e1
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- %gamedrive%:
- cd \GAMES\KEEN4
- cls
- keen4
- goto keen
- #exit
- :ck3e2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- %gamedrive%:
- cd \GAMES\KEEN5
- cls
- keen5
- goto keen
- #exit
- :ck4
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- %gamedrive%:
- cd \GAMES\KEEN6
- cls
- keen6
- goto keen
- #exit
- :lander
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=240"
- imgmount B: ..\DISKETTES\LANDER.IMG -t floppy
- cls
- B:
- lander
- C:
- mount -u b
- goto start3
- :lode
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=240"
- imgmount b ..\diskettes\loderunner.img -t floppy
- CLS
- B:
- call lode.com
- goto start3
- :oregon
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- CLS
- %gamedrive%:
- cd \games\oregondx
- oregon.exe
- goto start
- :position
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=240"
- CLS
- imgmount A: "DISKETTES\POSITION.IMG" -t floppy
- A:
- call drive.exe
- mount -u a
- goto start3
- :pyro
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- CLS
- %gamedrive%:
- cd \games\pyro
- pyro
- goto start3
- #exit
- :quake
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ================================================ Quake =
- ECHO 1) Quake
- ECHO 2) Quake Mission Pack 1: Scourge of Armagon
- ECHO 3) Quake Mission Pack 2: Dissolution of Eternity
- ECHO 4) Quake Mission Pack 3: Abyss of Pandemonium
- ECHO 5) Quake Mission Pack 4: Dimension of the Past
- ECHO 6) Q!Zone
- ECHO 7) Aftershock for Quake
- ECHO 8) Dark Hour for Quake
- ECHO 9) Malice for Quake (TC)
- ECHO =============================================== 1 of 2 =
- ECHO N) Next Page
- ECHO B) Go Back
- ECHO ========================================================
- choice /c123456789nb /s Please make a choice. [1-9]: /n
- if errorlevel 11 goto :start3
- if errorlevel 10 goto :quakep2
- if errorlevel 9 goto :malice
- if errorlevel 8 goto :darkhour
- if errorlevel 7 goto :aftersh
- if errorlevel 6 goto :qzone
- if errorlevel 5 goto :dopa
- if errorlevel 4 goto :impel
- if errorlevel 3 goto :rogue
- if errorlevel 2 goto :hipnotic
- if errorlevel 1 goto :id1
- :quakep2
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ================================================ Quake =
- ECHO 1) Quake Chess
- ECHO 2) Shrak for Quake (TC)
- ECHO 3) X-MEN: The Ravages of Apocalypse (TC)
- ECHO =============================================== 2 of 2 =
- ECHO P) Previous Page
- ECHO B) Go Back
- ECHO ========================================================
- choice /c123pb /s Please make a choice. [1-3]: /n
- if errorlevel 5 goto :start3
- if errorlevel 4 goto :quake
- if errorlevel 3 goto :xmen
- if errorlevel 2 goto :shrak
- if errorlevel 1 goto quess
- :id1
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\QUAKE106.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake
- mount -u %odrive%
- goto quake
- :hipnotic
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\ARMAGON.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game hipnotic
- mount -u %odrive%
- goto quake
- :rogue
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\DISSOLUTION.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game rogue
- mount -u %odrive%
- goto quake
- :impel
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\ABYSS.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game impel
- mount -u %odrive%
- goto quake
- :dopa
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game dopa -nocdaudio
- goto quake
- :qzone
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\Q!ZONE.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game qzone
- mount -u %odrive%
- goto quake
- :aftersh
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\AFTERSHOCK.CUE" -t iso
- CLS
- %gamedrive%:
- cd \GAMES\QUAKE
- quake.exe -game aftersh
- mount -u %odrive%
- goto quake
- :darkhour
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\DARKHOUR.CUE" -t iso
- CLS
- %gamedrive%:
- cd \GAMES\QUAKE
- quake.exe -game darkhour
- mount -u %odrive%
- goto quake
- :malice
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\MALICE_1011.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game malice
- mount -u %odrive%
- goto quake
- :quess
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game quess -nocdaudio
- goto quakep2
- :shrak
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\SHRAK_MA.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game shrak
- mount -u %odrive%
- goto quakep2
- :xmen
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=52000"
- imgmount %odrive% "CDs\QUAKE\RAVAGES.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\quake
- quake.exe -game xmen
- mount -u %odrive%
- goto quakep2
- :radix
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO =============================== RADIX: Beyond The Void =
- ECHO 1) RADIX
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Which game do you want to run? [1-2]: /n
- if errorlevel 3 goto :start4
- if errorlevel 2 goto :radixsetup
- if errorlevel 1 goto :playradix
- :playradix
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23880"
- CLS
- %gamedrive%:
- cd \games\radix
- radix
- goto start4
- :radixsetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\radix
- setup
- goto start3
- :rampage
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=auto"
- imgmount b "DISKETTES\RAMPAGE.IMG" -t floppy
- CLS
- B:
- call rampage.com
- mount -u b
- goto start4
- :rcr
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=12010"
- imgmount a "DISKETTES\RCR.IMG" -t floppy
- CLS
- %gamedrive%:
- cd \GAMES\RCR
- RCR
- mount -u a
- goto start4
- :sc2000
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ========================= SimCity 2000 Special Edition =
- ECHO 1) SimCity 2000
- ECHO 2) Urban Renewal Kit
- ECHO 3) Watch WillTV
- ECHO 4) Game DOS Settings
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c1234b /s Which game do you want to run? [1-2]: /n
- if errorlevel 5 goto :start4
- if errorlevel 4 goto :sc2ksetup
- if errorlevel 3 goto :willtv
- if errorlevel 2 goto :scurk
- if errorlevel 1 goto :sc2kse
- :sc2kse
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23880"
- imgmount %odrive% "CDs\SC2KSEPC.iso" -t iso
- CLS
- %gamedrive%:
- cd \games\sc2000
- INTRO
- :RunSC2K
- SC2K %1
- if errorlevel 55 goto RunWillTV
- goto END
- :RunWillTV
- WILLTV
- goto :RunSC2K
- :END
- mount -u %odrive%
- goto sc2000
- :scurk
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23880"
- imgmount %odrive% "CDs\SC2KSEPC.iso" -t iso
- CLS
- %gamedrive%:
- cd \games\sc2000
- SCURK.COM
- mount -u %odrive%
- goto sc2000
- :willtv
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23880"
- imgmount %odrive% "CDs\SC2KSEPC.iso" -t iso
- CLS
- %gamedrive%:
- cd \games\sc2000
- WILLTV
- mount -u %odrive%
- goto sc2000
- :sc2ksetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\sc2000
- CALL INSTALL.EXE
- goto sc2000
- :simfarm
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ============================================== SimFarm =
- ECHO 1) SimFarm
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Please make a choice. [1-2] /n
- if errorlevel 3 goto :start4
- if errorlevel 2 goto :sfarmsetup
- if errorlevel 1 goto :sfarm
- :sfarm
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23880"
- CLS
- %gamedrive%:
- cd \games\simfarm
- simfarm
- goto simfarm
- :sfarmsetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\simfarm
- install
- goto simfarm
- :skyroads
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- CLS
- %gamedrive%:
- cd \games\skyroads
- skyroads.exe
- goto start4
- :skyxmas
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- CLS
- %gamedrive%:
- cd \games\skyxmas
- skyxmas.exe
- goto start3
- :spear
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ======================== Wolfenstein: Spear of Destiny =
- ECHO 1) Mission 1: Spear of Destiny
- ECHO 2) Mission 2: Return to Danger
- ECHO 3) Mission 3: Ultimate Challenge
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c123b /s Please make a choice. [1-3] /n
- if errorlevel 4 goto :start5
- if errorlevel 3 goto :m3
- if errorlevel 2 goto :m2
- if errorlevel 1 goto :m1
- :m1
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- %gamedrive%:
- cd \GAMES\SPEAR
- cls
- spear
- goto spear
- #exit
- :m2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- %gamedrive%:
- cd \GAMES\RETURN
- cls
- spear
- goto spear
- #exit
- :m3
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- %gamedrive%:
- cd \GAMES\ULTIMATE
- cls
- spear
- goto spear
- #exit
- :starcon
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ========================================== StarControl =
- ECHO 1) StarControl
- ECHO 2) Settings
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Which game do you want to run? [1-2]: /n
- if errorlevel 3 goto :start4
- if errorlevel 2 goto :starconsetup
- if errorlevel 1 goto :playstarcon
- :playstarcon
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- CLS
- %gamedrive%:
- cd \games\starcon
- starcon.exe /S:mt32 /G:mcga
- goto starcon
- :starconsetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\starcon
- keys.exe
- goto starcon
- :starcon2
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO ================== StarControl II: The Ur-Quan Masters =
- ECHO 1) StarControl II
- ECHO 2) Settings
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Which game do you want to run? [1-2]: /n
- if errorlevel 3 goto :start4
- if errorlevel 2 goto :starcon2setup
- if errorlevel 1 goto :playstarcon2
- :playstarcon2
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=750"
- CLS
- %gamedrive%:
- cd \games\starcon2
- starcon2
- goto starcon2
- :starcon2set
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\starcon2
- keys.exe
- goto starcon2
- :strife
- C:
- cd\
- CLS
- ECHO = DOS Games ============================================
- ECHO =============================================== Strife =
- ECHO 1) Strife
- ECHO 2) Game DOS Setup
- ECHO ========================================================
- ECHO B) Go Back
- ECHO ========================================================
- choice /c12b /s Which game do you want to run? [1-2]: /n
- if errorlevel 3 goto :start5
- if errorlevel 2 goto :strifesetup
- if errorlevel 1 goto :playstrife
- :playstrife
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23880"
- CLS
- %gamedrive%:
- cd \games\strife
- strife1
- goto strife
- :strifesetup
- C:
- cd\
- CLS
- %gamedrive%:
- cd \games\strife
- setup
- cd ..\..
- goto strife
- :tetris
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=240"
- imgmount B: "DISKETTES\TETRIS3.IMG" -t floppy
- CLS
- B:
- tetris.exe
- C:
- mount -u b
- goto start5
- :trilogy
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=23880"
- imgmount %odrive% "CDs\ALIEN_TRILOGY\ALIEN_TRILOGY_PC.CUE" -t iso
- CLS
- %gamedrive%:
- cd \games\acclaim\trilogy
- trilogy
- mount -u %odrive%
- goto start
- :trog
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=1510"
- CLS
- %gamedrive%:
- cd \games\trog
- run
- goto strife
- :welltris
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=240"
- imgmount b "DISKETTES\WELLTRIS\DISK1.IMG" -t floppy
- CLS
- B:
- welltris E
- mount -u b
- goto start5
- :wolf3d
- C:
- cd\
- CONFIG -set "cputype=auto"
- CONFIG -set "cycles=6075"
- CLS
- %gamedrive%:
- cd \games\wolf3d
- wolf3d
- goto start5
- :worldwid
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"
- CLS
- %gamedrive%:
- cd \games\worldwid
- ducks
- goto start2
- :xmasduck
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=80000"
- %gamedrive%:
- cd \games\duckxmas
- ducks.exe
- goto start5
- :exit
- exit
- :prompt
- C:
- cd\
- CONFIG -set "cputype=pentium_mmx"
- CONFIG -set "cycles=97240"
- echo cmd
- CLS
- echo cmd
- CLS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement