home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01045 / tk2.bat < prev    next >
DOS Batch File  |  1994-06-20  |  493b  |  18 lines

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