Search found 2 matches
- Mon Aug 01, 2011 12:53 am
- Forum: Help with using Inkscape
- Topic: Batch processing from the command line
- Replies: 3
- Views: 1562
Re: Batch processing from the command line
Thanks got it now, not only that in .bat files you need to use double quotes " instead of the single.
- Sun Jul 31, 2011 11:55 pm
- Forum: Help with using Inkscape
- Topic: Batch processing from the command line
- Replies: 3
- Views: 1562
Batch processing from the command line
I'm not sure this is an inkscape questions, but apparently inkscape cannot find my svg files when I run using some kind of batch. Either as a .bat file or in python using os.system calls. If I run each line individually from the same directory on the command line it works fine... Can someone post ho...