To: hstraadt AT post3 DOT tele DOT dk Cc: djgpp AT delorie DOT com Subject: Re: Redirection Message-ID: <19970217.174351.7567.0.fwec@juno.com> References: <32FD4E92 DOT FE3 AT post3 DOT tele DOT dk> From: fwec AT juno DOT com (Mark T Logan) Date: Mon, 17 Feb 1997 17:37:35 EST On Sun, 09 Feb 1997 05:12:02 +0100 "Anders \"ARGH\" Straadt" writes: >hmmm, i'm trying to make this makefile, and i'm getting, like, 10000 >errors... but that's not the problem... the problem is to output all >those sucky errors to a file instead of the screen..... in >fully-dos-compatible programs i can use > for redirection... like >dir>direc.txt gives me the output in direc.txt, but it wont work for >gcc.exe or make.exe. SO HOW THE F*** DO I MAKE REDIRECTION ON DJGPP >COMMANDS? > >i need answer, please.. > Please. Calm yourself. It's not to hard. There's this dandy little program that comes with DJGPP called REDIR. Just do this. c:\djgpp\bin> redir -e -Fwec