home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / TIMSLP50.ZIP / DEMO.BAT next >
Encoding:
DOS Batch File  |  1992-03-23  |  264 b   |  13 lines

  1. echo off
  2. rem ***TIMESLIPS Corporation Version***
  3. cls
  4. if exist tsv.dbd goto START
  5. echo Start the demo from the drive and/or directory containing all demo files.
  6. goto END
  7. :START
  8. echo Loading...
  9. rtdemo2 tsv -mem 150 -arg %1%2
  10. echo Thank you!
  11. :END
  12. echo on
  13.