home *** CD-ROM | disk | FTP | other *** search
/ Compaq Presario Promotional / NEW.iso / erbe / temim / demo.bat < prev    next >
Encoding:
DOS Batch File  |  1994-11-18  |  244 b   |  14 lines

  1. @echo off
  2.  
  3. if exist c:\sierra\democd\tim2demo.cfg goto Demo
  4.  
  5. :Config
  6. install
  7. if not exist c:\sierra\democd\tim2demo.cfg goto End
  8.  
  9. :Demo
  10. if not exist c:\sierra\democd\tim2demo.cfg goto Config
  11. tim c:\sierra\democd\tim2demo.cfg
  12.  
  13. :End
  14.