home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games / INFESPGAMES.mdf / dos / varios / tf1942 / tf1942.bat < prev    next >
Encoding:
DOS Batch File  |  1992-12-08  |  544 b   |  27 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. if not exist land.mod goto MAKELAND
  10. :GAME
  11. play /M /J /K /X mps_logo.scr /S%SOUND_CARD% /A%SOUND_ADRS% %SOUND_DRV%SOUND.LOG
  12. tfdemo
  13. mode co80
  14. goto DONE
  15. :MAKELAND
  16. echo Will now generate 3d land data file,
  17. echo this process is only done once and will
  18. echo take approx 5-10 min to complete.  To abort the
  19. echo land generation type ^CY now.
  20. pause
  21. land
  22. goto GAME
  23. :DONE
  24. SET SOUND_CARD=
  25. SET SOUND_DRV=
  26. SET SOUND_ADRS=
  27.