Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Help enhancement

Aug
1,915
68
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;
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
 
Back
Top