home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Hits 1994
/
GREAT_HITS_1994.ISO
/
werb
/
_tk2.exe
/
TK2.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-10-21
|
493b
|
18 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
if errorlevel 1 goto endof_bat
xp01.exe
:endof_bat