Pass return code from Java application to a .bat file.
807607Jan 26 2007 — edited Jan 26 2007I have a .bat file which will execute a Java application. I want to pass the return code from the java application to the ".bat" file.
Could you please let me know, how can I accomplish this.