Use start /w to wait for the process to finish before next one.
[minor]
This commit is contained in:
parent
99ffba6369
commit
33e00c9985
1 changed files with 1 additions and 1 deletions
|
@ -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**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue