home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101B.BIN / BIOS / EPOX / 8KTA0A16 / 8kta0a16.exe / RESTORE.BAT < prev    next >
DOS Batch File  |  1999-09-16  |  2KB  |  47 lines

  1. @ECHO OFF
  2. CLS
  3. REM v1.0 091699 JRH
  4. IF EXIST OLD.BIN GOTO _BACKUP
  5. ECHO Sorry OLD.BIN not found in current directory.
  6. ECHO.
  7. ECHO RESTORE automates the procedure to restore the previous
  8. ECHO motherboard BIOS/code saved when using the UPDATE procedure. The
  9. ECHO 'OLD.BIN' file must be located in the same directory as this file.
  10. ECHO Refer to the included README.TXT file for more information.
  11. ECHO.
  12. GOTO _END
  13. :_BACKUP
  14. ECHO -----------------------------------------------------------------
  15. ECHO BIOS Flash Restore batch file.
  16. ECHO.
  17. ECHO          !!!WARNING!!!   !!!WARNING!!!   !!!WARNING!!!
  18. ECHO Never attempt to Flash your BIOS from a hard disk, DOS Window, 
  19. ECHO DOS shell, or in Windows NT. If your system is working without 
  20. ECHO problems or conflicts, then it is not recommended that you flash 
  21. ECHO your BIOS.
  22. ECHO          !!!WARNING!!!   !!!WARNING!!!   !!!WARNING!!!
  23. ECHO.
  24. ECHO This batch file automates the procedure to restore the previous
  25. ECHO motherboard BIOS/code saved when using the update procedure. The
  26. ECHO 'OLD.BIN' file must be located in the same directory as this file.
  27. ECHO. 
  28. ECHO Do not modify this batch file or redistribute without permission
  29. ECHO from EPoX. For more information about BIOS releases please visit 
  30. ECHO our websites:
  31. ECHO.
  32. ECHO  http://www.epox.com  http://www.epox.nl  http://www.epox.com.tw
  33. ECHO.
  34. ECHO Once started do not interrupt the flash until it completes. 
  35. ECHO Refer to the included README.TXT file for more information.
  36. ECHO -----------------------------------------------------------------
  37. PAUSE
  38. CLS
  39. ECHO.
  40. ECHO Starting flash procedure now.
  41. ECHO Please wait...
  42. ECHO.
  43. AWDFLASH OLD.BIN /PY /SN /E
  44. ECHO.
  45. ECHO Please restart the computer now!
  46. ECHO Be sure to "LOAD SETUP DEFAULTS" in the CMOS!
  47. :_END