Jump to content

Microsoft Compiled HTML Help

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Heron (talk | contribs) at 16:50, 16 April 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Microsoft Compressed HTML Help is a proprietary format for online help files. Files in this format are organized in a database-like manner. They have a set of web pages written in a subset of HTML and a hyperlinked table of contents. The help browser often displays a table of contents on the left.

A CHM help file has a ".chm" or ".CHM" suffix. The file starts with bytes "ITSF" (in ASCII). On Windows, a CHM help file can be extracted to plain HTML with the command:

 hh.exe -decompile folder chm

There are some open source tools which can read and explore these files (see for example xCHM or GnoCHM), but they lack various features of the Microsoft Windows tools.