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 >
DOS Batch File  |  1994-12-02  |  502b  |  19 lines

  1. echo off
  2. cls
  3. if not exist 3DSDEMO.EXE goto nodemo
  4. 3DSDEMO %1
  5. if errorlevel 1 goto exit
  6. echo  
  7. echo         Thank you for watching the 3D Studio Release 4 demo.
  8. echo         If you want to view it again,
  9. echo         type DEMO and press the ENTER key.
  10. echo  
  11. goto exit
  12. :nodemo
  13. echo         Sorry, your 3D Studio Release 4 demo 
  14. echo         has not been properly installed.
  15. echo         Please install the demo again following
  16. echo         the instructions on the label.
  17. echo  
  18. :exit
  19.