Message-ID: <31DC02DA.4E4D@cybernex.net> Date: Thu, 04 Jul 1996 14:43:54 -0400 From: Ian Viemeister MIME-Version: 1.0 To: Bram Stolk CC: djgpp AT delorie DOT com Subject: Re: Screen capture of compilations References: <199606301118 DOT HAA05922 AT fcshome DOT stoneham DOT ma DOT us> <4rgdle$8s6 AT news DOT euro DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bram Stolk wrote: > : This is because warnings/errors are written to STDERR, not stdout. > : Unfortunately, DOS's command procesor (command.com) does not provide > : a way to redirect stderr so, as with any other DOS program that writes > > 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' ? Ian vmeister AT ios DOT com http://styx.ios.com/~vmeister/