home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / atiwin3.zip / INSTALL.BAT next >
DOS Batch File  |  1990-06-20  |  935b  |  31 lines

  1. echo off
  2. cls
  3. ECHO  ************************************************************
  4. ECHO     ATI TECHNOLOGIES WINDOWS VER.3.0 DRIVER INSTALLATION
  5. ECHO  ************************************************************
  6. echo.
  7. ECHO  You will require the following items to setup an installation
  8. echo  diskette:    1. Blank formatted diskette
  9. echo               2. PKUNZIP in your current path
  10. echo.
  11. echo  This install program will copy the ATI driver files to the
  12. echo  formatted diskette in DRIVE A: 
  13. echo.
  14. echo  If you do not have everything listed above please abort this
  15. echo  installation now.......(CTRL-C will abort installation)
  16. echo.
  17. echo.
  18. pause
  19. echo off
  20. ren vgawin3.ati vgawin3.zip
  21. pkunzip vgawin3.zip a:\
  22. cls
  23. echo  The creation of a setup diskette is now complete.  Please
  24. echo  continue reading the SETUP instructions before installing the
  25. echo  the driver.
  26. echo.
  27. echo.
  28. pause
  29. cls
  30. type a:readme.ati |more
  31.