I'm new to this forum. I've registered because I need some support for creating a simple batch process.
I'm not experienced with batch processing. I will try to explain what I'm looking for.
Given an XML file as the input parameter, the batch process has to:
- Find any tag called <FileName> in that XML file.
- Copy the value of such tag into a variable.
- Do something with such variable
- Change the value of the tag to another value.
The tag can be something like:
Code: Select all
<FileName>C:\Users\J M\LOGIS\NFC BA.jpg</FileName>
Could you help me in creating such task? I'm using Windows Vista
Cheers