I wrote code for executing batch file using java.but its not working..
Code:
package batchapp; import java.io.IOException; /** * * @author mahapatra.a */ public class BatchApp { /** * @param args the command line arguments */ public static void main(String[] args) throws IOException, InterruptedException { // TODO code