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