Search found 2 matches
- 25 Jun 2015 12:48
- Forum: DOS Batch Forum
- Topic: read and modify field from XML
- Replies: 4
- Views: 3307
Re: read and modify field from XML
Ey guys, Thanks for your support. Finally I've made it with VBscript. More adequate to what I'm looking for. It's the nasty type of XML. Here is a bit of a real example: <FileName>C:\Users\casa\Desktop\CreatePro\foto.bmp</FileName><Width>11100</Width><Height>2900</Height> I'm going to have a look to...
- 24 Jun 2015 09:52
- Forum: DOS Batch Forum
- Topic: read and modify field from XML
- Replies: 4
- Views: 3307
read and modify field from XML
Hi guys, 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>...