Author

Topic: Batch Bios Backup Script (Read 363 times)

member
Activity: 81
Merit: 1002
It was only the wind.
May 18, 2017, 12:04:30 AM
#3
I use a shell script similar to this.
okg
newbie
Activity: 53
Merit: 0
May 17, 2017, 11:53:52 PM
#2
Why didn't i think of this  Wink
Thanks for tip!
sr. member
Activity: 434
Merit: 251
May 17, 2017, 09:19:56 PM
#1

Thought I'd share my simple batch file to backup all GPU bios roms with one click. This is for a 7 GPU rig but could be changed to whatever you have. It is so much faster and easier than using the GUI.


Code:
cd C:\--FILE-LOCATION\ATI winflash
AtiFlash.exe -s 0 backup\backup1.rom
AtiFlash.exe -s 1 backup\backup2.rom
AtiFlash.exe -s 2 backup\backup3.rom
AtiFlash.exe -s 3 backup\backup4.rom
AtiFlash.exe -s 4 backup\backup5.rom
AtiFlash.exe -s 5 backup\backup6.rom
AtiFlash.exe -s 6 backup\backup7.rom


Jump to: