Vocola.net
Vocola 3.1 Function Library
RunProgram(program, arguments, waitForExit, workingDirectory)
Namespaces LibraryMain ► RunProgram
Executes a program, with arguments, termination condition, and working directory.
Syntax
RunProgram(program, arguments, waitForExit, workingDirectory)
Parameters
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.
workingDirectory
Working directory pathname for program execution.
Remarks
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)