home *** CD-ROM | disk | FTP | other *** search
- @echo off
- SET SOUND_CARD=
- SET SOUND_DRV=
- SET SOUND_ADRS=
- cls
- getvars
- if ERRORLEVEL 1 goto DONE
- call vars.bat
- :GAME
- play /M /J /K /X mps_logo.scr /S%SOUND_CARD% /A%SOUND_ADRS% %SOUND_DRV%SOUND.LOG
- tfdemo
- mode co80
- :DONE
- SET SOUND_CARD=
- SET SOUND_DRV=
- SET SOUND_ADRS=
-