View Single Post
Old 11-17-2012, 01:31 AM   #4
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,835
Karma: 80512176
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
I'd just make a batch file to handle them all; at the command line in a recent Windows version try

Code:
for %1 in (*.mobi) do "c:\Program Files (x86)\Calibre2\ebook-convert.exe" "%~n1.mobi" "%~n1.epub"
to convert all mobi's in a given directory to ePubs.
PeterT is offline   Reply With Quote