×

Loading...

Come in

String[] args=new String[1];
args[0] = "your exe file name here";
Runtime rt = Runtime.getRuntime();
Process process = rt.exec(args);
Report