Microsoft® Windows® Script Component <package> Element |
Script Component Reference |
Encloses multiple script component definitions.
Syntax
<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>