Share via


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>

자식 요소

요소 Type Description
인수 string 명령줄 작업과 연결된 인수를 지정합니다.
명령 pathType 실행할 실행 파일 또는 문서를 지정합니다.
WorkingDirectory pathType 실행 파일 또는 실행 파일에서 사용하는 파일이 있는 디렉터리를 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

작업 스케줄러 스키마 복합 형식

작업 Scheduler