After few mins of searching in google found a simple solution to run a batch file from java, if you have a better solution please post. Thank you
Runtime.getRuntime().exec("cmd /c start <.bat file>", null, new File(""));
Runtime.getRuntime().exec("cmd /c start <.bat file>", null, new File("
Comments