| 	
Prev: SMTP issue Next: How can I debug DLL loading? 	
		 From: Mikhail Teterin on 15 Aug 2006 17:27 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? |