Examples of script components

The commands ChangeBins, CreatePath, SetSessionParameter, SimpleMail, and SubmitMaintenanceJob are actually implemented as script components, which are included in the built-in KCM Core scripts library.

The script code for these script components is included with examples that reside here: <deploy root>\KCM\Documentation\<KCM version>\Resources\Examples\Core Scripting. KCM Core does not use these scripts to implement the commands, they are provided as examples only.

When using these example scripts as the basis of your own script components, rename the scripts. If the scripts are not renamed, KCM Core does not use them, because they have the same names as those of the built-in script components, and the built-in script components take priority over user-defined script components.