Search found 2 matches
- Sat Jan 09, 2010 4:57 am
- Forum: Help with using Inkscape
- Topic: Command Line Usage in Windows
- Replies: 6
- Views: 7059
Re: Command Line Usage in Windows
You are correct. Thanks. That is silly or, rather, wrong and needs to be fixed. I mean, if I am at the command line in some directory of mine where I keep my files and want to edit one of them, I simply type the name of my favorite editor followed by the name (and not the entire path to it) of the f...
- Fri Jan 08, 2010 9:24 pm
- Forum: Help with using Inkscape
- Topic: Command Line Usage in Windows
- Replies: 6
- Views: 7059
Command Line Usage in Windows
Attempted to run inkscape at the DOS prompt with the following command: inkscape -f legend.svg -A legend.pdf but did not work, nor gave any error message. Wrote the following python code to catch stdout and stderr: import subprocess cmd = "c:\programs\editors\graphical\inkscape\inkscape.exe -f ...