#10905
Stefan
Participant

Thanks Yutaka, this tool works on Win7 64-bit too.

Command: .eehelptool.exe
Arguments: ._DOKUAutoHotkey.chm $(WordText)

I can utilize it as snippet too.

But only with #cmd:
`#cmd X:EmEditoreehelptool.exe X:EmEditorAHKAutoHotkey.chm ${WordText}`

Unfortunately it doesn’t works with ShellExecute:
`- X:EmEditoreehelptool.exe X:EmEditorAHKAutoHotkey.chm ${WordText}`

The command executes (i can tell from task manager)
and the output panel opens, EE is busy… that’s all.

But i want to use ShellExecute to be able to use relative paths:
`- eehelptool.exe AHKAutoHotkey.chm ${WordText}`

Any suggestions please?
Do I something wrongly?

.