Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器启动的同步 » MobiLink 监听器实用程序 » 用于 Windows 设备的监听器实用程序 » 用于 Windows 的监听器操作命令

 

START 操作命令

在监听器于后台运行期间启动某程序。

语法
action='START program arglist'
注释

启动某程序时,监听器将继续监听更多推式通知。

监听器不等待程序完成,因此,监听器只能确定操作命令是否失败,或者监听器是否无法启动指定程序。

示例

以下示例通过某些命令行选项启动 dbmlsync,其中部分选项是使用 $content 操作变量从各消息获取的:

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