home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Player 1994 January
/
CdPlayer94-01.iso
/
sierra
/
fpfpdemo
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1993-08-10
|
304b
|
17 lines
@echo off
if "%xxp%"=="" goto Demo
if "%getkey%"=="C" goto Config
if "%getkey%"=="D" goto Demo
Goto End
:Config
mode co80
install
if not exist c:\sierra\democd\fpfpdemo.cfg goto End
:Demo
if not exist c:\sierra\democd\fpfpdemo.cfg goto Config
sierra c:\sierra\democd\fpfpdemo.cfg
:End