home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Hits 1994
/
GREAT_HITS_1994.ISO
/
werb
/
_backst.exe
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-12-21
|
478b
|
16 lines
echo off
cls
if "%1" == "S" goto new_sound
if "%1" == "s" goto new_sound
if exist PSMCFG3.DAT goto play_game
:new_sound
psmcfg3.exe
if exist PSMCFG3.DAT goto play_game
echo ┌──────────────────────────────────────────────────────────────────┐
echo │ Bitte rufen Sie PSMCFG3.EXE auf, um die Soundkarte einzustellen! │
echo └──────────────────────────────────────────────────────────────────┘
goto endof_bat
:play_game
xp00.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
:endof_bat