View Single Post
Old 07-16-2012, 02:33 PM   #13
jndlsrj
Junior Member
jndlsrj began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2012
Device: Iphone 4
I just found the solution.Didn't know how to edit the post so posting a new reply.

I just used the --title option of Calibre command line.
Now my script goes like this-
Code:
for %%I in (*.doc) do "C:\Program Files\AbiWord\bin\AbiWord.exe" --to=html "%%I"
for %%I in (*.html) do "C:\Program Files\Calibre2\ebook-convert.exe" "%%I" "%%~nI.epub" --no-default-epub-cover --title "%%~nI"
But thanks a lot for the help by this wonderful forum.
jndlsrj is offline   Reply With Quote