home *** CD-ROM | disk | FTP | other *** search
- 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
- sound.exe
- if exist PSMCFG4.DAT goto play_game
- echo ┌────────────────────────────────────────────────────────────────┐
- echo │Bevor Du spielen kannst, mußt Du eine Soundkarte einstellen! │
- echo └────────────────────────────────────────────────────────────────┘
- goto endof_bat
- :play_game
- enviro.exe
- if errorlevel 1 goto endof_bat
- :endof_bat
-