home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- if exist c:\sierra\democd\tim2demo.cfg goto Demo
-
- :Config
- install
- if not exist c:\sierra\democd\tim2demo.cfg goto End
-
- :Demo
- if not exist c:\sierra\democd\tim2demo.cfg goto Config
- tim c:\sierra\democd\tim2demo.cfg
-
- :End
-