RUN action command

Pauses the Listener to run a program.

Syntax
action='RUN program arglist'
Remarks

The Listener waits for the program to finish, then resumes listening.

When running a program, the Listener determines if the program has failed, if the Listener cannot start the program or if the program returns a non-zero return code.

Example

The following example runs dbmlsync with some command line options, parts of which are obtained from the message using the $content action variable:

dblsn -l "action='run dbmlsync.exe @dbmlsync.txt -n $content';"