Date: Wed, 22 Jul 1998 11:20:00 +0300 (IDT) From: Eli Zaretskii To: Gerhard Gruber cc: djgpp AT delorie DOT com Subject: Re: read stderr In-Reply-To: <35b55d36.925455@news.Austria.EU.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 20 Jul 1998, Gerhard Gruber wrote: > With dup2 it still requires multitasking, isn't it? No, dup2 doesn't have anything to do with multitasking. It is a function for redirecting a handle, and it works in DJGPP as well. > Is it possible this way, to do input as well (via stdin)? Yes.