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...