home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem ***TIMESLIPS Corporation Version***
- cls
- if exist tsv.dbd goto START
- echo Start the demo from the drive and/or directory containing all demo files.
- goto END
- :START
- echo Loading...
- rtdemo2 tsv -mem 150 -arg %1%2
- echo Thank you!
- :END
- echo on
-