Sachin Gainewar
Friday, July 13, 2012
executing .bat with java code
try{
Runtime rn =Runtime.getRuntime();
try {
Process p1 = rn.exec("cmd /c start D:\\temp\\a.bat");
}
catch(Exception e){};
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment