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