This element describes the name of an executable or other software application than can be ran.
Enter the element in the topic and specify the application name as the inner text. The system element can be nested within it to represent command line options and the replaceable element can be nested within it to represent replaceable parameters.
<command>XCOPY <system>/s /e</system> <replaceable>sourceFileSpec</replaceable>
 <replaceable>destFileSpec</replaceable></command>
XCOPY /s /e sourceFileSpec destFileSpec