Hi All,

I'm a unix programmer and I'm trying to find the best way of running an external programm using win32 and getting it's exit status. So, what is the equivalent of using System()?

I've noticed that there is a _popen() function, but I don't need to communicate with the process - just call it and get the exit status.

Any ideas?

rotis23