어댑터 XML 파일은 여러 <command> 요소를 포함할 수 있습니다. 각 요소는 <interface> 요소에서 <run> 요소로 참조될 수 있는 이름 지정된 명령을 정의합니다. XML 파일의 여러 인터페이스가 같은 명령을 재사용할 수 있도록 <command> 요소를 <interface> 요소 외부에서 지정할 수 있습니다.
명령은 <resultsblock> 요소의 <match> 요소에 <run> 명령을 임베드하여 다른 명령을 호출할 수 있습니다.
<command name="p4_changes">
<execute>
command line
</execute>
<resultsblock>
Has its own structure.
</resultsblock>
</command>
또는 <execute> 요소는 블록에서 <integrate> 요소로 바뀔 수 있습니다.