Executes a program.

RunProgram(program)

- program
- Name of the program to execute.

Executes a program, as if program were typed at a command prompt. Returns after
launching the program.
If program does not specify a full file path, the program must be in a folder listed in the PATH environment variable.


Start Browser = RunProgram("C:\Program Files\Mozilla Firefox\firefox.exe");

Show Home Page = RunProgram(C:/WebSite/index.html);

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