I'm using the exec task to run an exe, but this particular exe does not set the exit code on success or failure. However, this exe does send a "FATAL ERROR" message to standard output if it fails. Is there a way I can monitor the output of this exe and set the exit code when "FATAL ERROR" occurs? Also, I still want to see the output in the build log, too.
Later,
BEDick