Page 1 of 1
Razor Question
Posted: Fri Oct 03, 2014 1:02 pm
by Demetrius
Is there a way to transfer a restock list and organizer list from one profile to another profile?
Re: Razor Question
Posted: Fri Oct 03, 2014 1:06 pm
by Boomland Jenkins
Yep. You will need to be able to read the XML file though. Open it in Notepad (I prefer Notepad++ but this shouldn't matter)
On Windows, navigate to: C:\Users\Your User Name\AppData\Roaming\Razor\Profiles
Open the XML file of the profile (ProfileA.XML we'll call it) you want to copy from. Next, look for "<agents>" and copy everything from, and including, <agents> to </agents> and paste it into the Profile B.xml, but make sure to remove the original <agents></agents> found in ProfileB.xml to prevent any issues from occurring.
And as always, back up the Profile B.xml before you do this.
Do this while all instances of Razor are closed.
Re: Razor Question
Posted: Fri Oct 03, 2014 2:02 pm
by Demetrius
Cool thanks! I will give that a try.