Need to edit XML file automatically and in the background (Windows)

dmehling

Member
I have an XML file with one particular line that I would like to modify in the background, based on a selection chosen in a macro OSD. I want to do the same thing that I would do if I were to open the file myself in notepad and manually make the changes. I just want this to be automatic and invisible, and to hopefully take no longer than half a second. Is this something that would require programming, or is there existing Windows software that can accomplish this?
 

SpriteMidr

Active Member
Powershell has some decent XML tools, as it uses the .NET framework. If you are using anything newer than Vista, it will be preinstalled. Some googling will answer your question on HOW.
 
Top