View Single Post
Old 03-26-2010, 03:06 PM   #22
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by bthoven View Post
Hi..on Winxp, the following commands also worked:

start /wait web2disk http://uncle-rods.blogspot.com -r 0
ebook-convert index.xhtml unclerod.epub --authors "Rod Mollise" --author-sort "Mollise, Rod" --cover "http://skywatch.brainiac.com/astroland/rodnow.jpg" --level1-toc //h:h2 --no-chapters-in-toc
I'm not sure, but I think there's some confusion in this thread, some of which I may have contributed to. I did a lot of testing when looking for a workaround, and it's the Calibre programs (calibredb is what I tested) that have bat file problems, and there are problems only when another command follows them in the bat file.

IOW, I'd expect

web2disk ....
ebook-convert ....

to work in a bat file, but not:

ebook-convert ....
web2disk ....

The problem is that the bat file dies after the Calibre executable is done.

Does W7 run bat files to the end when the Calibre executable is followed by another executable or only when it is preceded by a non-Calibre executable? The latter always works for me regardless of the use of "start."
Starson17 is offline   Reply With Quote