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.
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
The correct syntax is:
winhlp32.exe -N{id} {help filename}