home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2002 November
/
VPR0211A.ISO
/
BIOS
/
EPOX
/
k5a22815
/
k5a22815.exe
/
UPDATE.BAT
< prev
Wrap
DOS Batch File
|
2002-08-26
|
1KB
|
36 lines
@ECHO OFF
CLS
REM v1.0 091699 JRH
ECHO -----------------------------------------------------------------
ECHO BIOS Flash Update batch file.
ECHO.
ECHO !!!WARNING!!! !!!WARNING!!! !!!WARNING!!!
ECHO Never attempt to Flash your BIOS from a hard disk, DOS Window,
ECHO DOS shell, or in Windows NT. If your system is working without
ECHO problems or conflicts, then it is not recommended that you flash
ECHO your BIOS.
ECHO !!!WARNING!!! !!!WARNING!!! !!!WARNING!!!
ECHO.
ECHO This batch file automates the procedure for flashing the
ECHO motherboard BIOS. During the use of this update a backup of the
ECHO original BIOS/code will be saved as 'OLD.BIN'.
ECHO.
ECHO Do not modify this batch file or redistribute without permission
ECHO from EPoX. For more information about BIOS releases please visit
ECHO our websites:
ECHO.
ECHO http://www.epox.com http://www.epox.nl http://www.epox.com.tw
ECHO.
ECHO Once started do not interrupt the flash until it completes.
ECHO Refer to the included README.TXT file for more information.
ECHO -----------------------------------------------------------------
PAUSE
CLS
ECHO.
ECHO Starting flash procedure now.
ECHO Please wait...
ECHO.
AWDFLASH k5a22815.bin OLD.BIN /PY /SY /E
ECHO.
ECHO Please restart the computer now!
ECHO Be sure to load "SETUP" or "OPTIMIZED" defaults in the CMOS!