Use start /w to wait for the process to finish before next one.

[minor]
This commit is contained in:
Ethan Dalool 2020-07-11 16:37:11 -07:00
parent 99ffba6369
commit 33e00c9985

View file

@ -61,7 +61,7 @@ I used [Inkscape](https://inkscape.org/) and [PDFtk](https://www.pdflabs.com/too
On Windows, a for-loop in the command line looks like this: On Windows, a for-loop in the command line looks like this:
`for %x in (*.png) do inkscape --without-gui --export-pdf=%~nx.pdf %~nx.svg` `for %x in (*.png) do (start /w inkscape --without-gui --export-pdf=%~nx.pdf %~nx.svg)`
4. **Combine all pages into single pdf** 4. **Combine all pages into single pdf**