RunScript

Summary

This script allows you to a run another script from within this script.

Parameters

ScriptFile

Type: Path Default: None

The file name of the script to be run. Script files should be located in the \Scripts folder of our ARDI installation.

Examples

<runscript ScriptFile="SubScript.xml" />
The above code will find the XML script file called SubScript and run its contents before continuing with the rest of the script.