View Single Post
Old 03-04-2010, 04:54 PM   #16
adikira
Member
adikira is on a distinguished road
 
Posts: 11
Karma: 66
Join Date: Mar 2010
Device: Sony Reader Daily (PRS-900)
by the way, the content of the doc2epub.bat file can be replaced with:

Quote:
for %%I in (*.doc) do "%PROGRAMFILES%\AbiWord\bin\AbiWord.exe" --to=html "%%I"
for %%I in (*.html) do "%PROGRAMFILES%\Calibre2\ebook-convert.exe" "%%I" "%%~nI.epub"
so that one doesn't need to worry if it's a 64 or 32 system
adikira is offline   Reply With Quote