frabjous, thanks, this is a useful method - i don't need to use sony's reader library for this anymore (I still need to check if abiword supports docx though).
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