home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2000 January
/
VPR0001A.ISO
/
BIOS
/
EPOX
/
MVP49A06
/
mvp49a06.exe
/
RESTORE.BAT
< prev
next >
Wrap
DOS Batch File
|
1999-09-16
|
2KB
|
47 lines
@ECHO OFF
CLS
REM v1.0 091699 JRH
IF EXIST OLD.BIN GOTO _BACKUP
ECHO Sorry OLD.BIN not found in current directory.
ECHO.
ECHO RESTORE automates the procedure to restore the previous
ECHO motherboard BIOS/code saved when using the UPDATE procedure. The
ECHO 'OLD.BIN' file must be located in the same directory as this file.
ECHO Refer to the included README.TXT file for more information.
ECHO.
GOTO _END
:_BACKUP
ECHO -----------------------------------------------------------------
ECHO BIOS Flash Restore 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 to restore the previous
ECHO motherboard BIOS/code saved when using the update procedure. The
ECHO 'OLD.BIN' file must be located in the same directory as this file.
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 OLD.BIN /PY /SN /E
ECHO.
ECHO Please restart the computer now!
ECHO Be sure to "LOAD SETUP DEFAULTS" in the CMOS!
:_END