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

  1. echo off
  2. echo  
  3. echo Running the Conquests of Camelot Demo
  4. echo Press CTRL-Q to Quit while in the Demo...
  5. exists ccdemo\sierra.com
  6. if errorlevel 1 goto play
  7. cd ccdemo
  8. :play
  9. exists resource.cfg
  10. if errorlevel 1 goto nocfg
  11. sierra
  12. exists ..\ccdemo\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 Conquests of Camelot 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.