home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / sierra / fpfpdemo / demo.bat < prev    next >
DOS Batch File  |  1993-08-10  |  304b  |  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. mode co80
  9. install
  10. if not exist c:\sierra\democd\fpfpdemo.cfg goto End
  11.  
  12. :Demo
  13. if not exist c:\sierra\democd\fpfpdemo.cfg goto Config
  14. sierra c:\sierra\democd\fpfpdemo.cfg
  15.  
  16. :End
  17.