home *** CD-ROM | disk | FTP | other *** search
- /* S3 batch file to display and install drivers */
-
- Say "IMPORTANT. Read the following before using the following Software"
- Say "By using the Software, you accept, and agree to be bound by, the"
- Say "following terms and conditions. IF YOU DO NOT AGREE TO THE TERMS,"
- Say "DO NOT USE THE SOFTWARE THAT FOLLOWS."
- Say ""
- Say "1. You may use the following driver software program (the Software)"
- Say "solely with the S3 Incorporated graphics accelerator chip that is"
- Say "included with your hardware system or graphics board. You may not"
- Say "use the Software for any other purpose or copy, reproduce or"
- Say "disassemble the Software."
- Say ""
- Say "2. International Business Machine (IBM) is distributing the"
- Say "Software to you, and you should direct all questions and support"
- Say "requirements with respect to the Software to your hardware vendor."
- Say "S3 Incorporated is not liable for the distribution to you or"
- Say "performance of the Software. YOUR USE OF THE SOFTWARE IS AT YOUR"
- Say "OWN RISK, AND THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY"
- Say "OF ANY KIND."
- Say ""
- Say "3. NO LIABILITY FOR CONSEQUENTIAL DAMAGES. IN NO EVENT SHALL IBM"
- Say "OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING"
- Say ""
- Say "Press ENTER to continue ..."
- PULL key
-
- Say "WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, CONSEQUENTIAL"
- Say "OR INCIDENTAL DAMAGES) ARISING FROM THE USE OF OR INABILITY TO USE THE"
- Say "SOFTWARE, EVEN IF IBM OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE"
- Say "POSSIBILITY OF SUCH DAMAGES. Because some states/jurisdictions do not"
- Say "allow the exclusion or limitation of liability for consequential or"
- Say "incidental damages, the above limitation may not apply to you."
- Say ""
- Say "Type 'Y' to install S3 drivers, 'N' to exit"
-
- PULL answer
- If ((answer = 'Y') | (answer = 'y'))
- Then DSPINSTL.EXE
- EXIT