Search found 2 matches

by skvalen
Thu Apr 08, 2010 10:35 pm
Forum: Help with using Inkscape
Topic: Command Line Usage in Windows
Replies: 6
Views: 7059

Re: Command Line Usage in Windows

This is a nice workaround: c:\path\to\inkscape.exe -f "%CD%\legend.svg" -A "%CD%\legend.pdf" this is also a nice trick :) FOR %? IN (*.svg) DO c:\path\to\inkscape.exe -f "%CD%\%?" -A "%CD%\%?.pdf" %CD% is a equivalent to pwd in *nix
by skvalen
Thu Apr 08, 2010 10:13 pm
Forum: Help with using Inkscape
Topic: Command Line Usage in Windows
Replies: 6
Views: 7059

Re: Command Line Usage in Windows

This is a nice workaround: c:\path\to\inkscape.exe -f "%CD%\legend.svg" -A "%CD%\legend.pdf" this is also a nice trick :) FOR %? IN (*.svg) DO c:\path\to\inkscape.exe -f "%CD%\%?" -A "%CD%\%?.pdf" %CD% is a equivalent to pwd in *nix

Go to advanced search