转自 http://blog.csdn.net/sysprogram/article/details/6250324
制作chm帮助文件,很多软件制作CHM都是调用hhc.exe,比如国产软件QuickCHM,就是调用了hhc.exe
微软的HTML Help Workshop也是调用了hhc.exe,比如我们安装完HTML Help Workshop之后,
在它的安装目录就会看到,有hhc.exe和hha.dll这两个文件。
hhc.exe可以用命令行操作,非常简单,只需要一个参数
hhc.exe C:/makechm/aa.hhp
hhp这个文件是工程文件,你懂的。
hhc上目录文件,hhk是index目文件。
打开hhp工程文件看看
[OPTIONS]
Compiled file=C:/Documents and Settings/Administrator/桌面/test.chm
Contents file=test.hhc
Index file=test.hhk
Title=test
[FILES]
mark.htm
C:/fkchm/compile_date.htm
C:/fkchm/scanner_camera_add.htm
C:/fkchm/scanner_camera_deletepix.htm
//---------------------------------------------------------------------------
hh.exe需要调用hha.dll,我已经打包好了,需要的朋友可以下载
http://download.csdn.net/source/3072351