UseCommand

UseCommand (On/Off)
Used with Execute. UseCommand will load COMMAND.COM before running the
specified program. Its not as fast, because the system has to find and
load COMMAND.COM, then the specified program. The advantage is if
COMMAND.COM is loaded, it will allow you to run batch files and internal
DOS commands. It also doesn't require you to specify the COM or EXE
extension.
Example:
OnKey 'D'
|UseCommand On
|Execute 'DM'
The default is Off.

