I wrote a quick batch file which re-packs the source HTML into the Calibre zip file (That's where it seems to get the html from. Strangely enough, the zip file is stored in the ebook output folder ...
I use pkzip25 commandline, but you can use 7Zip or Winzip in a similar fashion. Just create the file and make sure the extension is BAT:
pkzip25 -add "C:\My Documents\A - Hal Spacejock\Ebooks\Calibre\Simon Haynes\Hal Spacejock 01 (8)\Hal Spacejock 01 - Simon Haynes.zip" "C:\My Documents\A - Hal Spacejock\Hal Spacejock 01\Master Copy\Export\HalSpacejock01.html"
When I run the bat file it updates that one plus three others.
|