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.
 
PeterT's Avatar
 
Posts: 12,167
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
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