home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / demos / aotpdemo / demo.bat next >
DOS Batch File  |  1993-08-18  |  443b  |  26 lines

  1. @echo off
  2. if not "%xxp%"=="" goto Play
  3.  
  4. cls
  5. echo.
  6. echo.
  7. echo Type Ctrl-Esc to exit this demo.
  8. echo.
  9. echo Aces of the Pacific Demonstration
  10. echo.
  11. echo Press A to run the demo with Adlib sound.
  12. echo Press R to run the demo with Roland Sound.
  13. echo Press O to run the demo with no sound.
  14. echo Press X to exit.
  15. echo.
  16. getkey arox
  17. cls
  18.  
  19. if "%getkey%"=="X" goto end
  20. if "%getkey%"=="ESC" goto end
  21.  
  22. :Play
  23. ttmplay /%getkey%
  24.  
  25. :End
  26.