home *** CD-ROM | disk | FTP | other *** search
/ Dominator / DOMINATOR.ISO / tf1942 / tf1942.bat < prev    next >
Encoding:
DOS Batch File  |  1992-12-04  |  282 b   |  17 lines

  1. @echo off
  2. SET SOUND_CARD=
  3. SET SOUND_DRV=
  4. SET SOUND_ADRS=
  5. cls
  6. getvars
  7. if ERRORLEVEL 1 goto DONE
  8. call vars.bat
  9. :GAME
  10. play /M /J /K /X mps_logo.scr /S%SOUND_CARD% /A%SOUND_ADRS% %SOUND_DRV%SOUND.LOG
  11. tfdemo
  12. mode co80
  13. :DONE
  14. SET SOUND_CARD=
  15. SET SOUND_DRV=
  16. SET SOUND_ADRS=
  17.