View Single Post
Old 11-29-2012, 08:58 PM   #2
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,537
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Take a look at https://www.mobileread.com/forums/sho...d.php?t=196946 for some ideas on conversion via command line.

You want something like
At command line
Code:
for /r %1 in (*.epub) do "c:\Program Files (x86)\Calibre2\ebook-convert.exe" "%~dpn1.epubi" "\my\output_directory\%~n1.mobi"
This will convert all epubs in the current directory and all directories under it to mobi's and place them all in \my\output_directory.
PeterT is offline   Reply With Quote