View Single Post
Old 11-29-2012, 08:58 PM   #2
PeterT
Wizard
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: 4,210
Karma: 31947102
Join Date: Nov 2007
Location: Toronto
Device: Wifi (mine); Touch (wife + mine); iTouch (wife)
Take a look at http://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.
__________________
Peter
PeterT is online now   Reply With Quote
 
Enthusiast