System.exec()
Signature
void exec(String command)
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
Name | Type | Description |
command | String | a specified system command. |