home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / Dos / Demogm / HERODEMO.ZIP / HERODEMO.EXE / HERODEMO.BAT < prev    next >
DOS Batch File  |  1990-09-14  |  619b  |  29 lines

  1. echo off
  2. echo  
  3. echo Running the Hero's Quest Demo
  4. echo Press CTRL-Q to Quit while in the Demo...
  5. exists herodemo\sierra.com
  6. if errorlevel 1 goto play
  7. cd herodemo
  8. :play
  9. exists resource.cfg
  10. if errorlevel 1 goto nocfg
  11. sierra
  12. exists ..\herodemo\sierra.com
  13. if errorlevel 1 goto fini
  14. cd ..
  15. :fini
  16. echo  
  17. echo  
  18. echo We hope you have enjoyed this preview of
  19. echo one of our games.  Tell a friend.
  20. goto end
  21. :nocfg
  22. echo.
  23. echo Before you can run the Hero's Quest Demo,
  24. echo you must first answer a few questions about
  25. echo the kind of equipment you are using.
  26. echo  
  27. echo Please type "install".
  28. :end
  29.