This function runs a SCOPE script on the local machine.

Namespace: ScopeClient
Assembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public static void Run(
	string scopeScriptFileName
)
Visual Basic
Public Shared Sub Run ( _
	scopeScriptFileName As String _
)
Visual C++
public:
static void Run(
	String^ scopeScriptFileName
)

Parameters

scopeScriptFileName
Type: String
The name of the SCOPE script file.

See Also