Date: Thu, 10 Feb 2000 22:47:02 +0500 (MVT) From: Prashant TR X-Sender: prashant_tr AT midpec DOT com To: Ahn Ki-yung cc: djgpp AT delorie DOT com Subject: Re: How do you redirect error message ? In-Reply-To: <38A2B8EF.185780FC@daidun.kaist.ac.kr> 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 Thu, 10 Feb 2000, Ahn Ki-yung wrote: > How do you redirect stderr on the dos ? > As RHIDE redirects sterr very well I bet there is a > way to do this in DOS command prompt. Yes, there is. Try "redir -e errfile myprog.exe". Also, it would be useful to have a look at the info docs.