Hi guys
I'm trying to convert the contents of some folders using windows batch:
as you can see my clumsy attempt only gives the new files a slightly different name.
But I haven't been able to figure out howto change the output directory
Enter you guys
-E
I'm trying to convert the contents of some folders using windows batch:
Code:
FOR /R %%a in (XML-test-filer\*.xml) do CALL C:\FLPR\AltovaXML -xslt2 2.2mapping.xsl -in "%%a" -out "%%a_2.2.xml"
as you can see my clumsy attempt only gives the new files a slightly different name.
But I haven't been able to figure out howto change the output directory
Enter you guys
-E