public class Exec extends Object
This class can be used by the installer to execute shell commands.
Usage:Exec dir command [args ...]ShellCommand.| Constructor and Description |
|---|
Exec()Default constructor. |
| Modifier and Type | Method and Description |
|---|---|
static void | main(String[] args)Execute a shell command in the specified directory. |
public static void main(String[] args)
args - command line arguments (dir command [args...])