Click or drag to resize

IConsoleRunScript(String, String) Method

Load,compile and run a script by calling its main function with the provided arguments Errors are outputed to the console window. The function will return when the script has finished execution.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void RunScript(
	string script,
	string arguments
)

Parameters

script  String
Path to the script that will be run
arguments  String
Arguments to pass to the script
See Also