System.shellExecute

機能/意味
Execute file / program
タイプ
Systemクラスのメソッド
構文
shellExecute(target, param="")
引数
target  Specify the file or software to be executed.
 If a file is specified, the program associated with it will be launched.
param  Specify parameters to be passed to the software to be executed.
 If a file is specified in the target argument, omit this argument or specify an empty string.
戻り値
Returns true if successful, false if unsuccessful.
説明
 Executes the file or software specified by target.