WarCraft II DOSBox run.bat
A small run.bat menu for switching WarCraft II between SoundBlaster, Sound
Canvas, and CD music configs in DOSBox.
:menu
@echo off
cls
echo.
echo Press 1 for WarCraft II: Battle Chest w/ SoundBlaster
echo Press 2 for WarCraft II: Battle Chest w/ Sound Canvas
echo Press 3 for WarCraft II: Battle Chest w/ CD Music
echo Press 4 to Quit
echo.
choice /C:1234 /N Please Choose:
if errorlevel = 4 goto quit
if errorlevel = 3 goto CDA
if errorlevel = 2 goto SC55
if errorlevel = 1 goto SB16
:SB16
CONFIG -set "mididevice=default"
del WAR2.INI
copy .\sb16\*.*
cd DRIVERS
del MDI.INI
copy .\sb16\*.*
cd ..
cls
@WAR2
goto quit
:CDA
CONFIG -set "mididevice=default"
del WAR2.INI
copy .\cda\*.*
cd DRIVERS
del MDI.INI
copy .\sb16\*.*
cd ..
cls
@WAR2
goto quit
:SC55
CONFIG -set "mididevice=fluidsynth"
del WAR2.INI
copy .\sc55\*.*
cd DRIVERS
del MDI.INI
copy .\sc55\*.*
cd ..
cls
@WAR2
goto quit
:quit
exit
- ← Previous
Why no more 11ty footer? - Next →
Beed Beeps