home *** CD-ROM | disk | FTP | other *** search
/ The Disc (Australian) 3 / DISC3.iso / FIXVESA.BAT < prev    next >
DOS Batch File  |  1995-01-01  |  312b  |  17 lines

  1. @echo off
  2. @echo.
  3. @echo.
  4. @echo This program will fix the VESA video mode problem that may exist 
  5. @echo in some Cirrus Logic brand videocards, caused by a bug in the UniVBE
  6. @echo software.
  7. @echo.
  8. @echo.
  9. @pause
  10. @echo.
  11. @echo.
  12. @cd fixvesa
  13. @uvconfig -gen -p c:\
  14. @attrib +r c:\univbe.drv
  15. @cd..
  16. @thedisc
  17.