home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunny 1,000 Collection
/
SUNNY1000.iso
/
Files
/
Dos
/
Demons
/
PQ4DEMO.ZIP
/
DEMO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-01-17
|
249 b
|
17 lines
@echo off
if "%xxp%"=="" goto Demo
if "%getkey%"=="C" goto Config
if "%getkey%"=="D" goto Demo
goto End
:Config
install
if not exist pq4demo.cfg goto End
:Demo
if not exist pq4demo.cfg goto Config
sierra pq4demo.cfg
goto End
:End