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