Link to home
Create AccountLog in
Avatar of wzhxxj
wzhxxj

asked on

Command Line parameters for winhlp32.exe

Anyone know the complete command line syntax for winhlp32.exe.  I can do this:
winhlp32.exe c:\test.hlp, to invoke the help but I want to go to a specific context/help id using command line syntax.

I couldn't find it on the microsoft site, either.  
-i tried winhlp32.exe /? - no go.
-i tried some switches - no go

help.
ASKER CERTIFIED SOLUTION
Avatar of martyn_bannister
martyn_bannister
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of wzhxxj
wzhxxj

ASKER

I did find the answer at the knowlegde base when searching for winhelp and command line.

The correct syntax is:
winhlp32.exe -N{id} {help filename}