home *** CD-ROM | disk | FTP | other *** search
/ OK PC 29 / OKPC29.iso / tim / demo.bat < prev    next >
DOS Batch File  |  1993-08-09  |  290b  |  16 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 c:\sierra\democd\tim2demo.cfg goto End
  10.  
  11. :Demo
  12. if not exist c:\sierra\democd\tim2demo.cfg goto Config
  13. tim c:\sierra\democd\tim2demo.cfg
  14.  
  15. :End
  16.