Windows Script Components  

<package> Element

Encloses multiple script component definitions.

<package>
   one or more script components here
</package>

Remarks

The <package> element is optional when a .wsc file contains only one script component definition.

Example

<package>
<component id="MyScriptlet">
   (script component information here)
</component>

<component id="MyOtherScriptlet">
   (script component information here)
</component>
</package>

See Also

Script Component File Contents