home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / s3805d1.zip / S3INSTL.CMD < prev    next >
OS/2 REXX Batch file  |  1993-06-22  |  2KB  |  47 lines

  1. /* S3 batch file to display and install drivers */
  2.  
  3.  
  4. Say "**********************************************"
  5. Say "*******PLEASE READ "README" FILE FIRST********"
  6. Say "**********************************************"
  7.  
  8.  
  9. Say "IMPORTANT. Read the following before using the following Software"
  10. Say "By using the Software, you accept, and agree to be bound by, the"
  11. Say "following terms and conditions.  IF YOU DO NOT AGREE TO THE TERMS,"
  12. Say "DO NOT USE THE SOFTWARE THAT FOLLOWS."
  13. Say ""
  14. Say "1.  You may use the following driver software program (the Software)"
  15. Say "solely with the S3 Incorporated graphics accelerator chip that is"
  16. Say "included with your hardware system or graphics board.  You may not"
  17. Say "use the Software for any other purpose or copy, reproduce or"
  18. Say "disassemble the Software."
  19. Say ""
  20. Say "2. International Business Machine (IBM) is distributing the"
  21. Say "Software to you, and you should direct all questions and support"
  22. Say "requirements with respect to the Software to your hardware vendor."
  23. Say "S3 Incorporated is not liable for the distribution to you or"
  24. Say "performance of the Software.  YOUR USE OF THE SOFTWARE IS AT YOUR"
  25. Say "OWN RISK, AND THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY"
  26. Say "OF ANY KIND."
  27. Say ""
  28. Say "3. NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  IN NO EVENT SHALL IBM"
  29. Say "OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING"
  30. Say ""
  31. Say "Press ENTER to continue ..."
  32. PULL key
  33.  
  34. Say "WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, CONSEQUENTIAL"
  35. Say "OR INCIDENTAL DAMAGES) ARISING FROM THE USE OF OR INABILITY TO USE THE"
  36. Say "SOFTWARE, EVEN IF IBM OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE"
  37. Say "POSSIBILITY OF SUCH DAMAGES.  Because some states/jurisdictions do not"
  38. Say "allow the exclusion or limitation of liability for consequential or"
  39. Say "incidental damages, the above limitation may not apply to you."
  40. Say ""
  41. Say "Type 'Y' to install S3 drivers, 'N' to exit"
  42.  
  43. PULL answer
  44. If ((answer = 'Y') | (answer = 'y'))
  45.   Then DSPINSTL.EXE
  46. EXIT
  47.