home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / Dos / Demons / PEPPER.ZIP / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-01-16  |  621 b   |  34 lines

  1. @echo off
  2. if "%xxp%"=="" goto Demo
  3. if "%getkey%"=="I" goto DemoI
  4. if "%getkey%"=="C" goto ConfigI
  5. if "%getkey%"=="D" goto Demo
  6. Goto End
  7.  
  8. :Config
  9. install
  10. if not exist paitdemo.cfg goto End
  11.  
  12. :Demo
  13. if not exist paitdemo.cfg goto Config
  14. cls
  15. echo Please note:
  16. echo  
  17. echo When this demo was created, the working title for 
  18. echo "Pepper's Adventure in Time" was "Twisty History", 
  19. echo so that is the title you will see here.
  20. echo  
  21. pause
  22. sierra paitdemo.cfg
  23. goto End
  24.  
  25. :ConfigI
  26. install
  27. if not exist paitdemo.cfg goto End
  28.  
  29. :DemoI
  30. if not exist paitdemo.cfg goto ConfigI
  31. sierra paitdemo.cfg 
  32.  
  33. :End
  34.