Sender: nate AT cartsys DOT com Message-ID: <35888D1D.F52AD2CC@cartsys.com> Date: Wed, 17 Jun 1998 20:44:29 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Michael Hecht CC: djgpp AT delorie DOT com Subject: Re: Djgpp & Windows NT/Server : Why doesn't it work ? References: <3587F2C3 DOT 15FB AT dillinger DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Michael Hecht wrote: > P.S.: > Does any one know what's to do for redirecting 'stderr' to a file with > MS-DOS ?? 4DOS takes '>&' but not MS-DOS. COMMAND.COM is too stupid to do it, but DJGPP comes with a utility called `redir' that works fine. It would look something like: redir -e errfile cmd See `redir's docs for more info, under "Utilities". -- Nate Eldredge nate AT cartsys DOT com