!execfile(hh.exe, ms-its:file name.chm::/topic.htm)!execfile is the name of the WinHelp macro, hh.exe is the HTML Help executable file, file name.chm is the name of the compiled help file and topic.htm is the name of the HTML file.
::/topic.htm from the syntax.
!if macro, you can also check the return value of the !execfile macro and display an alternate topic if the compiled help file could not be loaded.
mk:@MSITStore:file name.chm::/topic.htm.
ms-its:http://www.sample.com/file name.chm::/topic.htm.
| About creating a link to another compiled help file |