From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10301071613.AA21393@clio.rice.edu> Subject: Re: Quirk with command.com shell on XP To: djgpp-workers AT delorie DOT com Date: Tue, 7 Jan 2003 10:13:20 -0600 (CST) In-Reply-To: from "Eli Zaretskii" at Jan 07, 2003 04:18:24 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > 2) Try to execute the makeall.bat using the following command:- > > redir -o mkall_out.txt -eo makeall.bat > > Try "redir -o mkall_out.txt -eo command.com /e:2000 /c makeall.bat" > instead. What happens with: makeall 2>&1 >mkall_out.txt (which is the standard NT/Win2K/WinXP way to do this).