| > I need to get the downloaded website as a chm file,
> is it possible? or should you add this feature in
> next version? Thanx 4 your handy tool.
The chm format is not very well documented, and thus it is very unlikely this
feature will be developed.
However, httrack can produce a regular MIME blob (RFC822), which can be
renamed in a ".mht" file. From this point, it might be possible to convert the
MHT file into a CHM, but I'm not totally sure of that.
To produce an additional "mail" blob, just add this after the list of URLs:
--mime-html
eg.:
www.example.com --mime-html
| |