Notes for configuring user defined function keys for KingQWK. User defined function keys are implemented in KingQWK. Note that you must use Shift-[Fkey] to invoke them. You can configure the function keys in the "F Keys" area of KingCfg. KingQWK can only directly call a COM or EXE file. Therefore batch files and DOS commands must be preceded with: COMMAND.COM /C (this can be shortened to @COMC@) For example, to append the current message to a file named ANSI.MSG, you would need to use the following setup. @COMC@ TYPE @CMSG@ >> ANSI.MSG Applicable user macros are: @COMC@ - expands to "COMMAND.COM /C" @CNUM@ - the current conference number @ID@ - the mail door id for the current BBS from CONTROL.DAT @CMSG@ - the currently displayed message's DOS file name @WORK@ - the current path to your configured KingQWK working directory Sample usage: @COMC@ TYPE @CMSG@ >> @ID@.@CNUM@ might become: COMMAND.COM /C TYPE CURRENT.MSG >> IDCBBS.302 and THEDRAW.EXE @CMSG@ would become: THEDRAW CURRENT.MSG These variables are not case sensitive. @CNUM@ = @cnum@ = @CNum@