home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 April / VPR0104A.BIN / BIOS / EPOX / 8KTA1110 / 8kta1110.exe / UPDATE.BAT < prev   
DOS Batch File  |  2001-01-15  |  1KB  |  36 lines

  1. @ECHO OFF
  2. CLS
  3. REM v1.0 091699 JRH
  4. ECHO -----------------------------------------------------------------
  5. ECHO BIOS Flash Update batch file.
  6. ECHO.
  7. ECHO          !!!WARNING!!!   !!!WARNING!!!   !!!WARNING!!!
  8. ECHO Never attempt to Flash your BIOS from a hard disk, DOS Window, 
  9. ECHO DOS shell, or in Windows NT. If your system is working without 
  10. ECHO problems or conflicts, then it is not recommended that you flash 
  11. ECHO your BIOS.
  12. ECHO          !!!WARNING!!!   !!!WARNING!!!   !!!WARNING!!!
  13. ECHO.
  14. ECHO This batch file automates the procedure for flashing the
  15. ECHO motherboard BIOS. During the use of this update a backup of the 
  16. ECHO original BIOS/code will be saved as 'OLD.BIN'. 
  17. ECHO. 
  18. ECHO Do not modify this batch file or redistribute without permission
  19. ECHO from EPoX. For more information about BIOS releases please visit 
  20. ECHO our websites:
  21. ECHO.
  22. ECHO  http://www.epox.com  http://www.epox.nl  http://www.epox.com.tw
  23. ECHO.
  24. ECHO Once started do not interrupt the flash until it completes. 
  25. ECHO Refer to the included README.TXT file for more information.
  26. ECHO -----------------------------------------------------------------
  27. PAUSE
  28. CLS
  29. ECHO.
  30. ECHO Starting flash procedure now.
  31. ECHO Please wait...
  32. ECHO.
  33. AWDFLASH 8kta1110.bin OLD.BIN /PY /SY /E
  34. ECHO.
  35. ECHO Please restart the computer now!
  36. ECHO Be sure to load "SETUP" or "OPTIMIZED" defaults in the CMOS!