|
olha esse trecho de codigo e ver se dar certo
!!!
try {
// Execute a command without arguments String command = "dani.exe "; Process child = Runtime.getRuntime().exec(command); } catch (IOException e) {
e.printStackTrace();
}
|
<<BackGrnd.gif>>
