home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Disc (Australian) 3
/
DISC3.iso
/
FIXVESA.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-01-01
|
312b
|
17 lines
@echo off
@echo.
@echo.
@echo This program will fix the VESA video mode problem that may exist
@echo in some Cirrus Logic brand videocards, caused by a bug in the UniVBE
@echo software.
@echo.
@echo.
@pause
@echo.
@echo.
@cd fixvesa
@uvconfig -gen -p c:\
@attrib +r c:\univbe.drv
@cd..
@thedisc