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