home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games 5
/
cd.iso
/
games
/
bifi2.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-05
|
621b
|
24 lines
cls
cd bifi2
echo off
cls
if exist ..\bifi.bat erase ..\bifi.bat
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 │ Bevor Du spielen kannst, mußt Du Deine Soundkarte einstellen! │
echo └───────────────────────────────────────────────────────────────┘
goto endof_bat
:play_game
xp00.exe %1 %2 %3 %4 %5
if errorlevel 1 goto endof_bat
xp01.exe %1 %2 %3 %4 %5
:endof_bat
cd ..