From: "Tanes Sriviroolchai" References: <3577113E DOT 21726B03 AT ping DOT de> Subject: Re: How to redirect the error messages of djgpp to a file? Date: Fri, 5 Jun 1998 09:02:57 +0700 Lines: 19 Organization: NCR (Thailand) Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk DJGPP has "redir.exe" that can redirect standard output and/or standard error to file, for example if you would like to redir standard error of gcc, you can run redir -e mystderr.txt gcc -c foo.c Regards, Tanes Sriviroolchai Cheng-Chang Wu wrote in message <3577113E DOT 21726B03 AT ping DOT de>... >Hi, > I had tried to use vim ( an editor) with djgpp. In order to >facilitate the edit-compile cycle I need to redirect the output of djgpp >to a file. How can I do it under DOS. Execuse me for such a simple >question. But I cann't figure it out. > > >Cheng-Chang Wu >