I
Inge Buller
Hi, I'm trying to create a VERY simple XML solution, where I create files
using ECHO. However the < and > characters makes it impossible to ECHO.
this works:
echo some text > c:\myfile.txt
this doesn´t:
echo <XML> > c:\myfile.xml
if I do:
echo "<XML>" > c:\myfile.xml
it works, but the "" end up in the file:
Any ideas?
Inge Buller
using ECHO. However the < and > characters makes it impossible to ECHO.
this works:
echo some text > c:\myfile.txt
this doesn´t:
echo <XML> > c:\myfile.xml
if I do:
echo "<XML>" > c:\myfile.xml
it works, but the "" end up in the file:
Any ideas?
Inge Buller