I am writing a c# application that uses 7-zip to compress a directory. 7-Zip returns an exit status after zipping up a file. In the console window all I see is
Everything is Ok
which equates to an exit code of 0. But does anybody know if there is a way I can get that number?