1: 2: 3: 4: 5: 6: 7: 8: 9: 10:
if(fileCreated){ try{ System.out.println("Processing Monthly Transmital"); Process monthlyTransmittal = Runtime.getRuntime().exec("cmd /c start d:/batch/bin/iftamonthly.cmd"); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); success = false; } }