Date: Mon, 29 Jan 2001 08:18:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David Krmpotic cc: djgpp AT delorie DOT com Subject: Re: newbie In-Reply-To: <952egr$t6r$1@planja.arnes.si> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 29 Jan 2001, David Krmpotic wrote: > hmm... > yes - I tried both.... but neighter works.... > try and see :) > > Alexei A. Frounze wrote in message > <952c2a$fnsko$1 AT ID-57378 DOT news DOT dfncis DOT de>... > >ever tried to do something like this: > > c:\>dir |more It _will_ work if you use `redir' like this: redir -eo gcc -c | more (Provided you can make `redir' not to crash on your system.)