home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OK PC 29
/
OKPC29.iso
/
tim
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1993-08-09
|
290b
|
16 lines
@echo off
if "%xxp%"=="" goto Demo
if "%getkey%"=="C" goto Config
if "%getkey%"=="D" goto Demo
Goto End
:Config
install
if not exist c:\sierra\democd\tim2demo.cfg goto End
:Demo
if not exist c:\sierra\democd\tim2demo.cfg goto Config
tim c:\sierra\democd\tim2demo.cfg
:End