System.exec()

Signature

void exec(String command)

Domain

ACTION, BUI

Description

Executes the specified string command in a separate process. The command argument is parsed into tokens and then executed as a command in a separate process.

Parameters

NameTypeDescription
commandStringa specified system command.

Returns

TypeDescription
void