home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1995 #3
/
_.ISO
/
cdd
/
dosgame
/
zins
/
capzins.bat
next >
Wrap
DOS Batch File
|
1994-08-21
|
545b
|
19 lines
echo off
cls
if "%1" == "SOUND" goto new_sound
if "%1" == "sound" goto new_sound
if "%1" == "Sound" goto new_sound
if exist PSMCFG4.DAT goto play_game
:new_sound
psmcfg4.exe
if exist PSMCFG4.DAT goto play_game
echo ┌──────────────────────────────────────────────────────────────────┐
echo │ Bitte rufen Sie PSMCFG4.EXE auf, um die Soundkarte einzustellen! │
echo └──────────────────────────────────────────────────────────────────┘
goto endof_bat
:play_game
xp00.exe %1 %2 %3
if errorlevel 1 goto endof_bat
xp01.exe
:endof_bat