Hi, I tried to find it in the Forum and documentation but without success.
I have an Otterscript in Buildmaster which should perform different code depending on the success or not of an Exec (or PSExec) command.
How can I do it?
IS there any variable containing the exit code of the command, that I can test in an IF THEN ELSE?
Or does an exit code different than the Success exit code raise an exception and thus I need to put it in a TRY/CATH?
Thanks