command
This element describes the name of an executable or other software application than can be ran.
Usage
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.
Example
<command>XCOPY <system>/s /e</system> <replaceable>sourceFileSpec</replaceable>
 <replaceable>destFileSpec</replaceable></command>Example Output
XCOPY /s /e sourceFileSpec destFileSpec