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

  1. echo off
  2. echo  
  3. echo Running the Leisure Suit Larry II Demo
  4. echo Please reboot (CTRL-ALT-DEL) to Quit while in the Demo...
  5. exists lsl2demo\sierra.com
  6. if errorlevel 1 goto play
  7. cd lsl2demo
  8. :play
  9. exists resource.cfg
  10. if errorlevel 1 goto nocfg
  11. sierra
  12. exists ..\lsl2demo\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 Leisure Suit Larry II 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.