From: j DOT aldrich6 AT genie DOT com Message-Id: <199607050117.AA231809442@relay1.geis.com> Date: Fri, 5 Jul 96 00:45:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Screen capture of compilat Reply to message 5408463 from VMEISTER AT CYBE on 07/04/96 2:43PM >> I use NDOS (Norton DOS), and I can do: >> make >& log >> Maybe msdos doesn't do this, but you could try it. > >Doesn't command.com support stderr redirection with 'make 2> log' ? I think you're trying to give Microsoft too much credit for intelligence. Either that or you haven't used DOS very much. Under command.com, it is NOT possible to redirect anything other than stdin/stdout without using a special utility like redir (or go32 in djgpp v1). John