Command group

The <command-group> tag has an optional attribute, in which multiple commands can be executed in the group. This is an important function if you use FAT commands and the operating system on the secondary system is different from the initial host. The Command line adapter supports this feature.

The following figure shows an XML sample using the command-group feature in an adapter request.

XML sample of the command-group feature in an adapter request


<command-request>
 <commands>
  <command-group>
    <command run-as="true" user-name="guest2" password="abc123">notepad.exe
    </command>
  </command-group>
 </commands>
</command-request>
Was this page helpful? Yes No Submitting... Thank you

Comments