what is wrong in this?
Hey can anyone help me....i have a bat file in c:\ prompt..through JFrame i'm invoking this file but it is not opening...other commong like net send commond working properly....but when i'm writing this cmd..
Runtime.getRuntime().exec("file://c:\b.bat");
not working preperly...giving error.....like....
java.io.IOException: CreateProcess: file://c.bat error=2
so ple tell me what i should do..?
Thanks in advance

