Programming with Reflection
RunScript method
Syntax object.RunScript ScriptFile, Arguments
Runs (executes) a Reflection Basic script.
The following statement runs a script, passing no arguments to it:
Session.RunScript "C:\Mypath\Myscript.rbs", ""
ScriptFile Argument type: String
The file to run. Supply complete path information.
Arguments Argument type: String
Specifies arguments to be passed to the script.