execType 复杂类型

定义 Exec (actionGroup) 元素的子元素和排序信息。

<xs:complexType name="execType">
    <xs:complexContent>
        <xs:extension
            base="actionBaseType"
        >
            <xs:all>
                <xs:element name="Command"
                    type="pathType"
                 />
                <xs:element name="Arguments"
                    type="string"
                    minOccurs="0"
                 />
                <xs:element name="WorkingDirectory"
                    type="pathType"
                    minOccurs="0"
                 />
            </xs:all>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

子元素

元素 类型 说明
参数 string 指定与命令行操作关联的参数。
命令 pathType 指定要运行的可执行文件或文档。
WorkingDirectory pathType 指定可执行文件所在的目录或可执行文件使用的这些文件。

要求

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

另请参阅

任务计划程序架构复杂类型

任务计划程序