home *** CD-ROM | disk | FTP | other *** search
/ The Disc (Australian) 4 / DISC4.iso / FIXVESA / FIXVESA.BAT next >
DOS Batch File  |  1995-01-01  |  339b  |  18 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. @attrib -r c:\univbe.drv
  13. @del c:\univbe.drv
  14. @uvconfig -pc:\
  15. @attrib +r c:\univbe.drv
  16. @cd..
  17. @thedisc
  18.