START action command

Initiates a program while the Listener runs in the background.

Syntax
action='START program arglist'
Remarks

When you start a program, the Listener continues listening for more push notifications.

The Listener does not wait for the program to finish, so it can only determine if an action command has failed, or if it cannot start the specified program.

Example

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

dblsn -l "action='start dbmlsync.exe @dbmlsync.txt -n 
  $content -wc dbmlsync_$content -e sch=INFINITE';"