home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
VRML Tools for 3D Cyberspace
/
VRML_Tools_For_3D_Cyberspace.iso
/
autodesk
/
3dsdemlz.exe
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-12-02
|
502b
|
19 lines
echo off
cls
if not exist 3DSDEMO.EXE goto nodemo
3DSDEMO %1
if errorlevel 1 goto exit
echo
echo Thank you for watching the 3D Studio Release 4 demo.
echo If you want to view it again,
echo type DEMO and press the ENTER key.
echo
goto exit
:nodemo
echo Sorry, your 3D Studio Release 4 demo
echo has not been properly installed.
echo Please install the demo again following
echo the instructions on the label.
echo
:exit