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

  1. @echo off
  2. if "%xxp%"=="" goto Demo
  3. if "%getkey%"=="C" goto Config
  4. if "%getkey%"=="D" goto Demo
  5. goto End
  6.  
  7. :Config
  8. install
  9. if not exist pq4demo.cfg goto End
  10.  
  11. :Demo
  12. if not exist pq4demo.cfg goto Config
  13. sierra pq4demo.cfg
  14. goto End
  15.  
  16. :End
  17.