Programming with Reflection
CompileScript method
Syntax object.CompileScript(ScriptName)
Compiles a Reflection Basic script. This method returns an error if the specified file is not found or is not a valid Reflection Basic script.
ScriptName Argument type: String
Required
Specifies a Reflection Basic script to compile. Supply complete path information. If ScriptName specifies a plain text file, the file is automatically converted to the Reflection Basic script format.