home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 5 / cd.iso / games / bifi2.bat < prev    next >
DOS Batch File  |  1995-06-05  |  621b  |  24 lines

  1. cls
  2. cd bifi2
  3. echo off
  4. cls
  5. if exist ..\bifi.bat erase ..\bifi.bat
  6. if "%1" == "SOUND" goto new_sound
  7. if "%1" == "sound" goto new_sound
  8. if "%1" == "Sound" goto new_sound
  9. if exist PSMCFG4.DAT goto play_game
  10. :new_sound
  11. psmcfg4.exe
  12. if exist PSMCFG4.DAT goto play_game
  13. echo ┌───────────────────────────────────────────────────────────────┐
  14. echo │ Bevor Du spielen kannst, mußt Du Deine Soundkarte einstellen! │
  15. echo └───────────────────────────────────────────────────────────────┘
  16. goto endof_bat
  17. :play_game
  18. xp00.exe %1 %2 %3 %4 %5
  19. if errorlevel 1 goto endof_bat
  20. xp01.exe %1 %2 %3 %4 %5
  21. :endof_bat
  22. cd ..
  23.  
  24.