I have created a bat file which telnets to execute server operations. Can someone give an example of how to execute a .bat file with a java method?
9/2/2008 3:47:06 PM
Runtime.getRuntime().exec("c:\\wheredabatsat\\dothing.bat");[Edited on September 2, 2008 at 3:49 PM. Reason : or maybe ("cmd /C c:\\wheredabatsat\\dothing.bat");]
9/2/2008 3:48:49 PM