Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在 MobiLink 监听器于后台运行期间启动某程序。
action='START program arglist'
启动某程序时,MobiLink 监听器将继续监听更多推式通知。
MobiLink 监听器不等待程序完成,因此,监听器只能确定操作命令是否失败,或者监听器是否无法启动指定程序。
以下示例通过某些命令行选项启动 dbmlsync,其中部分选项是使用 $content 操作变量从各消息获取的:
dblsn -l "action='start dbmlsync.exe @dbmlsync.txt -n $content -wc dbmlsync_$content -e sch=INFINITE';"