hi is there a way i can catch both tsdout and stderr with popen i.e. somthing like:
sprintf(s,"%s 2>&1",command); f=popen(s,"r"); fread(...,f); ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]