<?xml version="1.0" encoding="ISO-8859-1" ?>
<job id="main">
<runtime>
<named name="O" helpstring="Overwrite pre-existing files. Must
 be supplied to confirm overwriting or skipping the files."
 type="boolean" required="True"/>
<named name="C" helpstring="The name of a computer to
 connect to remotely." type="string" required="true"/>
<unnamed name="file" helpstring="files to process; you must
 supply at least 1 file name" many="true" required="1"/>
</runtime>
<object id="FSO" progid="Scripting.FileSystemObject"/>
<script language="VBScript"><![CDATA[

WScript.Echo "Script executed successfully with",
  WScript.Arguments.Count, "arguments."
]]></script>
</job>