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