Executes a program, with optional command line arguments.
Syntax
ShellExecute(command)
Parameters
- command
- Name of the program to execute, followed by any arguments.
Remarks
Executes a program, as if command were typed at a command prompt.
If command does not specify a full file path, the program must be in a folder listed in the PATH environment variable.
See the suggested Vocola 3 analog Main.RunProgram for an example.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)