Bitcoin Forum
August 14, 2024, 05:26:59 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Batch Bios Backup Script  (Read 366 times)
cashen (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
May 18, 2017, 02:19:56 AM
 #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


okg
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile WWW
May 18, 2017, 04:53:52 AM
 #2

Why didn't i think of this  Wink
Thanks for tip!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!