The following tags are used inside the Request, Job, and ForEach Tags.
Command
The <Command> tag is used to specify the command that will be run on the farm node. It takes its value from the body of this tag. The command may be multiple lines long, or a single line. Note that since this is an XML file, if you want to use XML special characters (in particular < and &), you need to either write them the XML way (< and &) or you can embed your entire command in a CDATA tag. (<![CDATA[ your command ]]>)