home *** CD-ROM | disk | FTP | other *** search
/ Die ASC Mega 2 / ASC-Mega2-CD-ROM.iso / SPIELE / HOLYWOOD / BIFI.BAT next >
Encoding:
DOS Batch File  |  1994-06-19  |  597 b   |  20 lines

  1. echo off
  2. cls
  3. if exist ..\bifi.bat erase ..\bifi.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 Du spielen kannst, mußt Du Deine Soundkarte einstellen! │
  13. echo └───────────────────────────────────────────────────────────────┘
  14. goto endof_bat
  15. :play_game
  16. xp00.exe %1 %2 %3 %4 %5
  17. if errorlevel 1 goto endof_bat
  18. xp01.exe %1 %2 %3 %4 %5
  19. :endof_bat
  20.