Search found 2 matches
- 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
- 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