PDA

View Full Version : Help and Manual command-line executable


rob_manger
05-26-2004, 08:31 PM
I noticed the "Help and Manual" action is using the hhw.exe executable. Would it not make more sense to use the hhc.exe file? This is the command-line equivalent.

Just a thought.

Rob Manger
robm@devtest.com

kinook
05-27-2004, 07:21 AM
Actually, that action calls the Help & Manual [1] executable (HelpMan.exe, or whatever executable is associated w/ the extension of the .hm? file specified in the action). hhc.exe is the command-line compiler for MS HTML Help, and I'm not sure about HHW. Since Help & Manual projects can target multiple output formats (one of which is HTML Help), it is necessary to call HelpMan.exe to generate all the desired formats. HelpMan.exe does ultimately call hhc.exe (at least by default on my box, configured at Tools | Customize | Help Compilation in the H&M IDE) if .chm output is one of the outputs being targetted.

If you don't use Help & Manual and want to invoke the HTML Help compiler directly, use a Run Program command that calls hhc.exe.

[1] http://www.ec-software.com/hmpage.htm