Vocola.net
Vocola 3.1 Function Library
ShellExecute(command, ignore, workingDirectory)
Namespaces LibraryDragonLegacy ► ShellExecute
Executes a program, using the specified working directory.
Syntax
ShellExecute(command, ignore, workingDirectory)
Parameters
command
Name of the program to execute, followed by any arguments.
ignore
Parameter ignored.
workingDirectory
Working directory pathname for program execution.
Remarks
Executes a program, as if command were typed at a command prompt with the working directory set to workingDirectory.

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)