2.5.7.1 Exec Action

If present, this field contains a command-line action.

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

Command: This field is not optional and contains either a path of an executable or a document with an associated program. If the path does not begin with "\", it is relative to the working directory.

Arguments: If present, this field contains an arguments string.

WorkingDirectory: If present, this field contains a path of a folder. WorkingDirectory can contain a drive specifier.