delorie.com/archives/browse.cgi | search |
Date: | Mon, 2 Sep 1996 17:04:24 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Omer Gabbay <ogabbay AT israel DOT kla DOT com> |
Cc: | djgpp AT delorie DOT com |
Subject: | Re: stderr redirection |
In-Reply-To: | <322AD168.7EE3@israel.kla.com> |
Message-Id: | <Pine.SUN.3.91.960902170239.24344C-100000@is> |
Mime-Version: | 1.0 |
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).
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |