avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] AVRDUDE redirect to text file


From: Joerg Wunsch
Subject: Re: [avrdude-dev] AVRDUDE redirect to text file
Date: Tue, 30 Mar 2004 23:31:53 +0200
User-agent: Mutt/1.2.5i

As E. Weddington wrote:

> The messages get printed out on the *stderr* stream, not the stdout
> stream as some other programs do. See your OS help on how to
> redirect the stderr stream.

For MS-DOS (aka. Win95/98/ME, i. e. command.com): no help at all.
It's impossible to redirect stderr using the onboard tools.  Get an
operating system, please, or at least a usable shell.  IIRC, even the
4DOS shell could redirect it.

For WinNT (aka. Win2k/XP/2k3, i. e. cmd.exe): same as for Unix
Bourne-like shells:

program 2>&1 > filename

(For Unix C-like shells: program >& filename -- but if you're really
using one of these, you'd probably knew that. ;-)
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]