WorkingDirectory (execType) 元素

指定可执行文件或可执行文件使用的文件所在的目录。

<xs:element name="WorkingDirectory"
    type="pathType"
 />

WorkingDirectory 元素由 execType 复杂类型定义。

父元素

元素 派生 说明
Exec execType 指定执行命令行操作的操作。

备注

对于脚本开发,工作目录由 ExecAction.WorkingDirectory 属性指定。

对于 C++ 开发,工作目录由 IExecAction::WorkingDirectory 属性指定。

示例

以下 XML 定义执行操作。

<Exec>
    <Command></Command>
    <Arguments></Arguments>
    <WorkingDirectory></WorkingDirectory>
</ServiceResume>

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

任务计划程序架构元素

任务计划程序