home *** CD-ROM | disk | FTP | other *** search
/ Pearl Shareware-Krönchen 14 / SWKRONE_94.ISO / archiv / sw5488.exe / SKY.BAT < prev    next >
DOS Batch File  |  1994-11-24  |  541b  |  18 lines

  1. echo off
  2. cls
  3. if exist ..\sky.bat erase ..\sky.bat
  4. if "%1" == "SOUND" goto new_sound
  5. if "%1" == "sound" goto new_sound
  6. if "%1" == "Sound" goto new_sound
  7. if exist PSMCFG4.DAT goto play_game
  8. :new_sound
  9. psmcfg4.exe
  10. if exist PSMCFG4.DAT goto play_game
  11. echo ┌────────────────────────────────────────────────────────────────┐
  12. echo │Bevor Sie spielen können, müssen Sie eine Soundkarte einstellen!│
  13. echo └────────────────────────────────────────────────────────────────┘
  14. goto endof_bat
  15. :play_game
  16. game.exe %1 %2 %3 %4 %5
  17. :endof_bat
  18.