Search found 2 matches

by orik123
12 May 2012 05:51
Forum: DOS Batch Forum
Topic: Copy and edit xml file using batch
Replies: 3
Views: 9913

Re: Copy and edit xml file using batch

Foxidrive,

That's working great!
Both genius and simple as hell, why didn't I come up with that? ;)

Thanks!
Orik.
by orik123
11 May 2012 04:24
Forum: DOS Batch Forum
Topic: Copy and edit xml file using batch
Replies: 3
Views: 9913

Copy and edit xml file using batch

Hi ppl! I'm trying to do a very simple thing - I have an xml file and I wish to add another line to it, using a batch file. The xml file is named: 1.xml and it looks like that: <?xml version='1.0' encoding="UTF-8"?> <start>hello</start> I'm using the following code to add another line betw...