home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 May / CdJoystickN°2.iso / 3dsdemo / demo.bat < prev    next >
DOS Batch File  |  1994-12-16  |  503b  |  24 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  Thank you for watching the 3D Studio Release 4 
  7. echo  Demo. If you want to view it again, type DEMO and 
  8. echo  press the ENTER key.
  9. echo  
  10. echo  
  11. echo  
  12. echo  
  13. echo  
  14. goto exit
  15. :nodemo
  16. echo  Sorry, your 3D Studio Release 4 Demo has not been 
  17. echo  properly installed. Please install the demo again 
  18. echo  following the instructions on the label.
  19. echo  
  20. echo  
  21. echo  
  22. echo  
  23. echo  
  24. :exit