Quote:
Originally Posted by eidairaman1
use the existing autoexec.bat, right click on it and edit it using notepad, use all of the -f* (* being the other letters following -f) commands, -f -p 0. honestly id make the rom file the original file name from where you downloaded it from in autoexec.bat
@echo off
cls
@ECHO OFF
x:atiflash -fa -fm -fs -fp -f -p 0 biosname.rom
@ECHO OFF
REBOOT.COM
|
One more thing,
this thing .............
@echo off
mscdex /d:Micron /m:10 /l:R
set cddrive=R:
call mouse.bat
................................is already present in autoexec.bat file of USB. and there are four ways to edit and save it:
FIRST Method
@echo off
mscdex /d:Micron /m:10 /l:R
set cddrive=R:
call mouse.bat
C:atiflash -f -p 0 Barts.rom
C:atiflash -fa -p 0 Barts.rom
C:atiflash -fm -p 0 Barts.rom
C:atiflash -fs -p 0 Barts.rom
C:atiflash -fp -p 0 Barts.rom
@ECHO OFF
REBOOT.COM
SECOND Method
@echo off
mscdex /d:Micron /m:10 /l:R
set cddrive=R:
call mouse.bat
@echo off
cls
@ECHO OFF
C:atiflash -fa -fm -fs -fp -f -p 0 Barts.rom
@ECHO OFF
REBOOT.COM
THIRD method
@echo off
mscdex /d:Micron /m:10 /l:R
set cddrive=R:
call mouse.bat
@echo off
cls
@ECHO OFF
C:atiflash -f -p 0 Barts.rom
C:atiflash -fa -p 0 Barts.rom
C:atiflash -fm -p 0 Barts.rom
C:atiflash -fs -p 0 Barts.rom
C:atiflash -fp -p 0 Barts.rom
@ECHO OFF
REBOOT.COM
FOURTH Method
@echo off
cls
@ECHO OFF
C:atiflash -f -p 0 Barts.rom
C:atiflash -fa -p 0 Barts.rom
C:atiflash -fm -p 0 Barts.rom
C:atiflash -fs -p 0 Barts.rom
C:atiflash -fp -p 0 Barts.rom
@ECHO OFF
REBOOT.COM
Which one should I use?? Please you write final lines I will copy them to Autoexec.bat file(and will remove the files which were already in Autoexec.bat) and save it.