home *** CD-ROM | disk | FTP | other *** search
/ Becoming a Computer Animator / COMPANIMATE.ISO / pc / dosdemos / 3dstudio / demo.bat < prev    next >
Encoding:
DOS Batch File  |  1994-02-22  |  507 b   |  19 lines

  1. echo off
  2. cls
  3. if not exist 3DSDEMO.EXE goto nodemo
  4. 3DSDEMO %1
  5. echo  
  6. echo         Thank you for watching the 
  7. echo         Autodesk 3D Studio Release 3 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 Autodesk 3D Studio Release 3
  14. echo         Demo 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.