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