| IConsoleRunScript(String) Method |
Load,compile and run a script by calling its main function with the provided arguments
Run a script without extra arguments. Errors are outputted to the console window.
Namespace: VideoCatalogerAssembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax void RunScript(
string script
)
Parameters
- script String
- Path to the script to be run.
See Also