-
1. Re: seek to open a file *.chm on a topic time under dos
Peter Grainge Oct 16, 2009 2:00 PM (in response to PDU_83)I have no idea what you are trying to achieve. This post makes no sense.
See www.grainge.org for RoboHelp and Authoring tips
-
2. Re: seek to open a file *.chm on a topic time under dos
Jeff_Coatsworth Oct 16, 2009 2:10 PM (in response to Peter Grainge)I had the same impression
Maybe they want to know how to launch a .chm to specific topic (some sort of CSH?)
-
3. Re: seek to open a file *.chm on a topic time under dos
Pete Lees Oct 17, 2009 3:50 AM (in response to PDU_83)Hi, PDU_83,
If you want to open a specific topic in a .chm file from the MS-DOS command line, the command to use is as follows:
HH.EXE ms-its:path_to/HelpFile.chm::/path_to/TopicFile.htm
For example:
HH.exe ms-its:C:\Windows\Help\htmlhelp.chm::/prjfile.htm
Or you can use the following command to pass in the context integer to which you have mapped the required topic:
HH.EXE -mapid context_id path_to/HelpFile.chm
For example:
HH.EXE -mapid 1001 C:\Windows\Help\htmlhelp.chm
In both cases, you can omit the path to the .chm file if it is in the %windir%\Help directory or registered under the following key in the Windows registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\HTML Help
Pete



