home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo
- echo Running the Conquests of Camelot Demo
- echo Press CTRL-Q to Quit while in the Demo...
- exists ccdemo\sierra.com
- if errorlevel 1 goto play
- cd ccdemo
- :play
- exists resource.cfg
- if errorlevel 1 goto nocfg
- sierra
- exists ..\ccdemo\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 Conquests of Camelot Demo,
- echo you must first answer a few questions about
- echo the kind of equipment you are using.
- echo
- echo Please type "install".
- :end