try {
// Execute a command. "ls -a" a unix command. So, this command will work on unix only.
String command = "ls -a";
Process child = Runtime.getRuntime().exec(command);
} catch (IOException e) {
}
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment