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 Communications Manager Core scripts library.
The script code for these script components is included with examples that reside here: <deploy root>\CommunicationsManager\Documentation\<version>\Resources\Examples\Core Scripting. Communications Manager 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, Communications Manager 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.