This section describes the WSF (Windows Script File) XML format. Multiple script jobs with different scripting language can be defined in a single WSF file.
WSH can run a VBScript code file directly.
But it also supports an XML file format called .WSF (Windows Script File).
WSF file offers an XML structure to define script jobs and group jobs into a package.
WSF supports the following basic XML elements:
"package" - The root element of WSF file.
"package.job" - The job element defines a script job with the "id" attribute.
"package.job.script" - The script element inserts a segment of script code in the language
specified in the "language" attribute.