home *** CD-ROM | disk | FTP | other *** search
/ Planet Multimedia 1 / GAME.ISO / zins / capzins.bat next >
DOS Batch File  |  1994-08-21  |  545b  |  19 lines

  1. echo off
  2. cls
  3. if "%1" == "SOUND" goto new_sound
  4. if "%1" == "sound" goto new_sound
  5. if "%1" == "Sound" goto new_sound
  6. if exist PSMCFG4.DAT goto play_game
  7. :new_sound
  8. psmcfg4.exe
  9. if exist PSMCFG4.DAT goto play_game
  10. echo ┌──────────────────────────────────────────────────────────────────┐
  11. echo │ Bitte rufen Sie PSMCFG4.EXE auf, um die Soundkarte einzustellen! │
  12. echo └──────────────────────────────────────────────────────────────────┘
  13. goto endof_bat
  14. :play_game
  15. xp00.exe %1 %2 %3
  16. if errorlevel 1 goto endof_bat
  17. xp01.exe
  18. :endof_bat
  19.