home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 July / CITE.ISO / menue / demoarch / 02970004.bat < prev    next >
Encoding:
DOS Batch File  |  1996-12-23  |  579 b   |  23 lines

  1. cd\demos\kids
  2. echo off
  3. _kids.exe
  4. del _kids.exe
  5. #echo off
  6. cls
  7. if "%1" == "SOUND" goto new_sound
  8. if "%1" == "sound" goto new_sound
  9. if "%1" == "Sound" goto new_sound
  10. if exist PSMCFG4.DAT goto play_game
  11. :new_sound
  12. sound.exe
  13. if exist PSMCFG4.DAT goto play_game
  14. echo ┌────────────────────────────────────────────────────────────────┐
  15. echo │Bevor Du spielen kannst, mußt Du eine Soundkarte einstellen!    │
  16. echo └────────────────────────────────────────────────────────────────┘
  17. goto endof_bat
  18. :play_game
  19. enviro.exe
  20. if errorlevel 1 goto endof_bat
  21. :endof_bat
  22. pause
  23.