home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / dosmenu.bat < prev    next >
DOS Batch File  |  1994-12-31  |  1KB  |  29 lines

  1. @echo off
  2. CLS
  3. echo                         PCW INTERACTIVE DOS MENU
  4. echo                         ========================
  5. echo"
  6. echo Sorry, Chicago 95 is not with us yet, so if you've had any problems running
  7. echo the Dos programs from Windows, then you need to resort to running this
  8. echo batch file from Dos! So please enter one of the following commands:
  9. echo"
  10. echo   CREATURE  --  Runs the 'Creature Shock' demo
  11. echo"
  12. echo   LANDS     --  Runs 'Lands of Lore' (500Kb hard disk space needed)
  13. echo"
  14. echo   SAMSOUND  --  Sets up the 'Sam and Max' soundcard
  15. echo   SAM       --  Runs the 'Sam and Max' demo
  16. echo"
  17. echo   SIMON     --  Installs 'Simon the Sorcerer'
  18. echo"
  19. echo   XMAS      --  A little something from us...
  20. echo"
  21. echo There are also over 60 complete copyright-lapsed books in text format
  22. echo in the directory \OLDBOOKS, for which there is an index file also in that
  23. echo directory, called README.TXT, which describes them all. Let us know if
  24. echo you want more books and we'll hunt some out.
  25. echo"
  26. echo Press any key to continue...
  27. pause >nul
  28. echo"
  29.