Executes a program, with arguments and termination condition.

RunProgram(program, arguments, waitForExit)

- program
- Name of the program to execute.
- arguments
- Program arguments, separated by spaces. If an argument contains a space character, that argument should be enclosed in double quotes.
- waitForExit
- If False, return after launching the program. If True, wait until the program has exited before returning.

Executes a program, as if program followed by arguments was typed at a command prompt.
If program does not specify a full file path, the program must be in a folder listed in the PATH environment variable.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)