View Single Post
Old 03-26-2010, 04:41 AM   #12
bthoven
Evangelist
bthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enough
 
bthoven's Avatar
 
Posts: 475
Karma: 590
Join Date: Aug 2009
Location: Bangkok, Thailand
Device: Kindle Paperwhite
Hi,

I create a batch file containing the following command lines:


web2disk http://uncle-rods.blogspot.com -r 0
ping -n 60 127.0.0.1 >NUL
ebook-convert index.xhtml unclerod.epub --authors "Rod Mollise" --author-sort "Mollise, Rod" --cover

"http://skywatch.brainiac.com/astroland/rodnow.jpg"

The problem is after web2disk command was completed, the batch file just quit itself and never execute the next command lines.

I also tried this in another batch file:

ebook-convert index.xhtml unclerod.epub
ping -n 60 127.0.0.1 >NUL (to delay 60 seconds)

Same problem, ping command was never executed.

Any idea what is the cause of problem?
bthoven is offline   Reply With Quote