Reputation: 1199
Is it possible to provide a start menu shortcut to a specific help topic inside of a chm file? I have not found anything that would indicate that this is possible. And I do not think it is possible since the chm is a binary file.
Upvotes: 0
Views: 361
Reputation: 281495
Yes, you can install a shortcut to run a command line like this:
hh.exe C:\path\to\my.chm::topic.html
where topic.html
is the topic you want to display.
Upvotes: 4