Command Tab

The Command tab is used to run external commands with the detected addresses as parameters.

Execute Command - if checked, KMP will attempt to execute the given command with the addresses as parameters.

Command To Execute - the command, including necessary parameters (see template), to be run by KMP when an address change is detected.

Maximum Time - the maximum time, in milliseconds, that KMP should wait for the command to complete.  If this is less than or equal to zero, KMP will simply start the command and not wait for it to complete, essentially allowing it an infinite amount of time to complete the command.  On the other hand, if this number is greater than zero, KMP will start the command, wait the specified amount of time for it to complete, and then, if the command has not completed, attempt to terminate it.  This is intended to prevent commands from being launched and hanging.