Executes the given commands via the operating system, in a separate process. The commands argument is an array of strings. The first string is the program to execute, with subsequent strings being the arguments to that command. |
system.util.execute(commands)
List[String] commands - A list containing the command (1st entry) and associated arguments (remaining entries) to execute.
Nothing
Gateway, Vision Client, Perspective Session |
|
system util execute, util.execute |