home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not "%xxp%"=="" goto Play
-
- cls
- echo.
- echo.
- echo Type Ctrl-Esc to exit this demo.
- echo.
- echo Aces of the Pacific Demonstration
- echo.
- echo Press A to run the demo with Adlib sound.
- echo Press R to run the demo with Roland Sound.
- echo Press O to run the demo with no sound.
- echo Press X to exit.
- echo.
- getkey arox
- cls
-
- if "%getkey%"=="X" goto end
- if "%getkey%"=="ESC" goto end
-
- :Play
- ttmplay /%getkey%
-
- :End
-