System.shellExecute

Function/Meaning

[Windows *] Run files / programs

Type
Systemclassmethod of
Syntax
shellExecute(target, param=)
Arguments
target

Specify the file or software to execute.
If a file is specified, the program associated with it will be launched.

param

Specifies the parameters to pass to the software to run.
If you specify a file in the target argument, omit this argument or specify an empty string.

Return value

If the execution succeeds, it returns true, and if it fails, it returns false.

Explanation

Executes the file or software specified by target.
Nothing happens on Android.