X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <20020407050332 DOT 63023 DOT qmail AT web21407 DOT mail DOT yahoo DOT com> <200204070516 DOT g375Gaa18344 AT envy DOT delorie DOT com> <3cb47f7a$1$12336$9b622d9e AT news DOT freenet DOT de> <1438-Thu11Apr2002210719+0300-eliz AT is DOT elta DOT co DOT il> Subject: Re: (none) Date: Thu, 11 Apr 2002 23:17:22 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 23 Message-ID: <3cb5f9da$0$4049$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.65.186 X-Trace: 1018558939 news.freenet.de 4049 213.6.65.186 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > I have a question: does it hurt if we rename redir to something else (or > > copy it to something else)? > > The only problem you might have is with Makefile's which use redir. > There are quite a few of them, so I would suggest to look for a > different solution. (IIRC, the Windows' own redir program isn't used > on most systems.) Point noted. Change made. Thank you. > > Does anyone know how to capture the entire output of make.exe, by the way? > > redir doesn't work for me, and std. redirection SURE doesn't???? > > Try this: > > redir -e output.txt -oe make Works beautifuly. Thank you again. Ben