home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 5 / PCFORMAT5.iso / 3DSDEMO / DEMO.BAT < prev    next >
DOS Batch File  |  1994-06-14  |  493b  |  23 lines

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