- Aug
- 2,134
- 92
Here's a tool that allows a better way to use the TCMD 19 help file with TCMD 20. It is called KeyHH.exe, and is available from > http://keyworks.helpmvp.com/home/keyhh
After installing the program, I disable the TCMD Help;
I then create an ALIAS for help;
Now, if I want to look up help for @WINAPI;
Next, if I want to look up help for @WORD;
This opens the help for @word in the same help window, that is, it does not open another copy of the tcmd.chm help file.
There are other options available for KeyHH.exe, of which you can read at > http://keyworks.helpmvp.com/home/keyhh/readme
Joe
After installing the program, I disable the TCMD Help;
Code:
setdos /I-help
I then create an ALIAS for help;
Code:
alias help=`KeyHH.exe -MyHelp -#klink "%1" "c:\utils\tcmd.chm"`
Now, if I want to look up help for @WINAPI;
Code:
help @winapi
Next, if I want to look up help for @WORD;
Code:
help @word
This opens the help for @word in the same help window, that is, it does not open another copy of the tcmd.chm help file.
There are other options available for KeyHH.exe, of which you can read at > http://keyworks.helpmvp.com/home/keyhh/readme
Joe