RunScript Verb

The RunScript verb executes an external VB.NET or C# script.

Syntax

RunScript <filename>[.cs | .vb]

The filename parameter specifies the name of the script to execute.  If you do not specify an extension, the verb will append the extension for the preferred scripting language.

See Also