How to return an error code to DOS at the end of a java batch
Hi,
I have a batch file which launch my java program.
At the end of the program, I would like to give my batch file an error code.
Do you know how to do that?
Does the main function is able to return an error code?
Does the bat file is able to recover it?
Thanks in advance for your help!
Nicolas

