I have scheduled a batch file, that may return either 0 or 1 as exit code.
How can I make the job to give me sucessful notification on both cases ?
I am able to define only one exit code on the job step. If I define either of these (0 or 1) as an exit code, the job notifies that it has failed, when my batch file returns the other exit code.