Date: Thu, 10 Feb 2000 17:45:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is 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: > On UNIX or Linux shells there is a quite simple way > to redirect stderr, so you can log the error messages > in a file. > > I want to do this with DJGPP. > How do you redirect stderr on the dos ? Use the `redir' program supplied with DJGPP. See section 6.15 of the DJGPP FAQ list (v2/faq230b.zip from the usual DJGPP sites).