Date: Thu, 17 Feb 2000 10:36:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Marcus cc: djgpp AT delorie DOT com Subject: Re: Redirect stdout and stdin In-Reply-To: <88f629$cia$1@zingo.tninet.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 16 Feb 2000, Marcus wrote: > I wonder how to redirect stdout and stdin from other applications to my own > app. Look up `popen' and `pclose' functions in the library reference docs.