The program I'm working on is a batch file to use in the "
open with" menu in windows explorer. The program is at:
https://github.com/wholcomb/tip/raw/...nvert2mobi.bat
To get around the issue with the cover, I wrote a small javascript to extract it from the header if it is there:
https://github.com/wholcomb/tip/raw/.../find_cover.js
The regular expression somewhat brittle at the moment in the tags it will recognize. I'll make it more flexible later.