home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunny 1,000 Collection
/
SUNNY1000.iso
/
Files
/
Dos
/
Demogm
/
HERODEMO.ZIP
/
HERODEMO.EXE
/
HERODEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-09-14
|
619b
|
29 lines
echo off
echo
echo Running the Hero's Quest Demo
echo Press CTRL-Q to Quit while in the Demo...
exists herodemo\sierra.com
if errorlevel 1 goto play
cd herodemo
:play
exists resource.cfg
if errorlevel 1 goto nocfg
sierra
exists ..\herodemo\sierra.com
if errorlevel 1 goto fini
cd ..
:fini
echo
echo
echo We hope you have enjoyed this preview of
echo one of our games. Tell a friend.
goto end
:nocfg
echo.
echo Before you can run the Hero's Quest Demo,
echo you must first answer a few questions about
echo the kind of equipment you are using.
echo
echo Please type "install".
:end