Mail Archives: djgpp/2001/09/05/04:42:49
Alex Vinokur wrote:
>
> ===========================================
> Windows98
> ===========================================
>
> I would like to redirect output of command line to file :
>
> gcc -v *.c > log1.txt
> or
> gcc -v *.c >& log2.txt
>
> It doesn't work on Windows98.
> Is there any possibility to do it ?
use redir to redirect output .
actually you can redirect stdout in win98 but not stderr
for that either go for redir or use bash ( unix style redirection
possible )- must be mentioned somewhere in the faq
>
> P.S. I realize that that question is not DJGPP-related one.
right about this .
regards
mridul
Mridul Muralidharan,
Member of Technical Staff,
Portal Server,
iPlanet India
email Id : mridul DOT muralidharan AT india DOT sun DOT com
Ph : 2298989 extn 87511
iPlanet Website : www.iplanet.com
- Raw text -