home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / sierra / pq4demo / demo.bat < prev    next >
DOS Batch File  |  1993-08-19  |  487b  |  25 lines

  1. @echo off
  2. if "%xxp%"=="" goto Demo
  3. if "%getkey%"=="V" goto Video
  4. if "%getkey%"=="C" goto Config
  5. if "%getkey%"=="D" goto Demo
  6. goto End
  7.  
  8. :Config
  9. install
  10. if not exist c:\sierra\democd\pq4demo.cfg goto End
  11.  
  12. :Demo
  13. if not exist c:\sierra\democd\pq4demo.cfg goto Config
  14. sierra c:\sierra\democd\pq4demo.cfg
  15. goto End
  16.  
  17. :Video
  18. call vidwin
  19. if "%xxw%"=="" goto End
  20. if not exist %xxw%\system\msvideo.dll goto End
  21. if not exist %xxw%\mplayer.reg goto End
  22. %xxw%\win pq4.avi
  23.  
  24. :End
  25.