Subash Chandran posted: "public void excCommand(String new_dir){ Runtime rt = Runtime.getRuntime(); try { rt.exec(new String[]{"cmd.exe","/c","start"}); } catch (IOException e) { // TODO Auto-generated catch block "
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.