Date: Mon, 2 Sep 1996 17:04:24 +0200 (IST) From: Eli Zaretskii To: Omer Gabbay Cc: djgpp AT delorie DOT com Subject: Re: stderr redirection In-Reply-To: <322AD168.7EE3@israel.kla.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 2 Sep 1996, Omer Gabbay wrote: > Does enybody know how I can redirect the 'stderr' of dos commands ? Just use the `redir' program which comes with DJGPP, like so: redir -e err.txt foo ... The above will redirect stderr of `foo' to `err.txt'. `redir' is documented in the utils.inf Info file (look it up in your info subdirectory).