-------------------------------------------------------------------------------------------
import java.io.IOException;
public class RuntimeExec {
public static void main(String[] args) {
String command = "explorer"; // aki pode meter o seu executavel
try { Process process = Runtime.getRuntime().exec(command);}
catch (IOException e) {e.printStackTrace();}
}
}
-------------------------------------------------------------------------------------------
Tuesday, October 9, 2007
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment