I try to convert a folder including sub-solders with a windows batch file but it works only for the first files and the stand still.
for /R %%f in (.\*) do ( <path to>inkscape.exe --export-type=emf %%f )
I want the new files in the same folder like the original ones with the same file name
Any hint?
solved:
it must be
<path to>inkscape.com
.COM - why ever
I try to convert a folder including sub-solders with a windows batch file but it works only for the first files and the stand still.
I want the new files in the same folder like the original ones with the same file name
Any hint?
solved:
it must be