run any arbitrary local system command.
Description
This event handler can be configured to run an arbitrary local system command subject to local security restrictions. This is one of the ways to connect events to external activity. It is not expected for it to be used for any activity that is run very frequently, i.e. less than once every 5 minutes.
Configuration
<eventInterface module='EventHandlers.ShellAction' name='ShellAction'>
<eventtype type="http://id.webbrick.co.uk/events/webbrick/TD">
<eventsource source="webbrick/100/TD/0" >
<event>
<command cmd='cmd.exe' params=' echo response string1> TestShellAction.txt' />
</event>
</eventsource>
</eventtype>
</eventInterface>
This configuration runs the application cmd.exe with the parameters as given.
