From: Ahn Ki-yung Newsgroups: comp.os.msdos.djgpp Subject: How do you redirect error message ? Date: Thu, 10 Feb 2000 22:11:11 +0900 Organization: System Engineering Research Institute (SERI) Lines: 11 Message-ID: <38A2B8EF.185780FC@daidun.kaist.ac.kr> NNTP-Posting-Host: dor22136.kaist.ac.kr Mime-Version: 1.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: ko To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 ? As RHIDE redirects sterr very well I bet there is a way to do this in DOS command prompt. Has anyone done this before ?