home *** CD-ROM | disk | FTP | other *** search
- @echo off
- CLS
- echo PCW INTERACTIVE DOS MENU
- echo ========================
- echo"
- echo Sorry, Chicago 95 is not with us yet, so if you've had any problems running
- echo the Dos programs from Windows, then you need to resort to running this
- echo batch file from Dos! So please enter one of the following commands:
- echo"
- echo CREATURE -- Runs the 'Creature Shock' demo
- echo"
- echo LANDS -- Runs 'Lands of Lore' (500Kb hard disk space needed)
- echo"
- echo SAMSOUND -- Sets up the 'Sam and Max' soundcard
- echo SAM -- Runs the 'Sam and Max' demo
- echo"
- echo SIMON -- Installs 'Simon the Sorcerer'
- echo"
- echo XMAS -- A little something from us...
- echo"
- echo There are also over 60 complete copyright-lapsed books in text format
- echo in the directory \OLDBOOKS, for which there is an index file also in that
- echo directory, called README.TXT, which describes them all. Let us know if
- echo you want more books and we'll hunt some out.
- echo"
- echo Press any key to continue...
- pause >nul
- echo"
-