in reply to Re: Print STDERR&STDOUT to log file and to the screen
in thread Print STDERR&STDOUT to log file and to the screen

That sulotion isn't good for me, because the system will return the result of "| tee -a $buildlog" command, and not the result of 'nmake' command. I must to get return code from 'nmake' command to check if the build success or faild!!!! Thanks.
  • Comment on Re^2: Print STDERR&STDOUT to log file and to the screen