shellExecute

Will try to execute the reference linked to a whitelisted app or the path provided in the 1st argument as sibling process. It is used to start services or installers. `Added since core v0.4.1`

Syntax

shellExecute(app, args)

Returns

returns (boolean) true on success

Parameters

app (string)
name of a whitelisted app or path to executable
args (array)
all arguments to use in an array