Quote:
Originally Posted by pepak
Just prefix your calls to ebook-convert with either call or cmd /c. Unlike the start fix, this will NOT start a new console window for each ebook-convert, and it will run te commands sequentially rather than all at once.
|
I tried both
call and
cmd /c when trying to work around problems with calibredb and batch files. It's true they don't spawn another cmd session, but they also didn't work. Calibredb crashed the first session every time, so the batch would never complete. I don't know if ebook-convert is different, but, at least for calibredb running in a batch file, you need to use
start, or the Powershell workaround.
If your batch needs sequential operation, then you need to be trickier or use Powershell.