<br><font size=2 face="sans-serif">Hi there - </font>
<br>
<br><font size=2 face="sans-serif">I'm trying to log the results of a command
that I'm running via the popen2 module to a file, while at the same time
displaying its progress on the screen. So, at the end of the run, I should
have the entire output (stdout and stderr) on the screen, but also have
two file objects each with the contents of one of stdout and stderr. &nbsp;I
can figure out how to write the results to a file, and then process or
log it, but what I can't do is figure out a way to simultaneously display
it to the screen, kind of like how unix's &quot;tee&quot; utility works.</font>
<br>
<br><font size=2 face="sans-serif">Can anyone help?</font>
<br>
<br><font size=2 face="sans-serif">-Cs</font>
<br>
<br>