home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist DBFDEMO.EXE goto nodemo
- DBFDEMO %1
- echo
- echo Thank you for watching the dBFast
- echo demo. If you want to view it
- echo again, type DEMO and press the
- echo ENTER key.
- echo
- goto exit
- :nodemo
- echo Sorry, your dBFast demo has not
- echo been properly installed. Please
- echo install the demo again following
- echo the instructions on the label.
- echo
- :exit
-