From: Mikhail Teterin on
My Tcl program spawns of a C-utility redirecting its stdout:

set pipe [open "|$command > /tmp/somewhere" r]

This fails with:

can't read output from command: standard output was redirected

How can access the utility's stderr output without chewing its stdout?

Thanks!

-mi
 | 
Pages: 1
Prev: SMTP issue
Next: How can I debug DLL loading?