home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Der Mediaplex Sampler - Die 6 von Plex
/
6_v_plex.zip
/
6_v_plex
/
DISK1
/
GAMES_04
/
TELEKOM2.ZIP
/
TK2
/
TK2.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-11-04
|
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