Search found 1 match
- Wed Mar 08, 2017 6:12 am
- Forum: Tricks & Tutorials
- Topic: Batch processing svg to eps/pdf/png
- Replies: 12
- Views: 21495
Re: Batch processing svg to eps/pdf/png
After looking all over, including this post, I've found a simple way using only one command line to export multiple files in a folder. I've never used command line before, but after some experimentation i've came with the following solution: for /f "tokens=1* delims=." %i in ('dir /b *.svg...