From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie Date: Sun, 28 Jan 2001 19:05:31 -0500 Lines: 42 Message-ID: <952c2a$fnsko$1@ID-57378.news.dfncis.de> References: <952496$kks$1 AT planja DOT arnes DOT si> NNTP-Posting-Host: ip130.rochester6.ny.pub-ip.psi.net (38.26.84.130) X-Trace: fu-berlin.de 980726667 16511640 38.26.84.130 (16 [57378]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ever tried to do something like this: c:\>dir |more ? try to add " |more" and see what happens. or even better... add " >test.txt" -- this will write the output to a text file instead of the screen. -- Alexei A. Frounze alexfru [AT] chat [DOT] ru frounze [AT] ece [DOT] rochester [DOT] edu http://alexfru.chat.ru http://members.xoom.com/alexfru/ http://welcome.to/pmode/ "David Krmpotic" wrote in message news:952496$kks$1 AT planja DOT arnes DOT si... > I'm new to DJGPP so I need some help.. > > what's the best way to see the compiler output (errors) if the screen > scrolls. Is using redir.exe the only way? is there any switch to pause the > output on each 25 lines? > > when I try to use redir -e on my program which crashes, I don't get > traceback frames (or whatever) in desired text file like said in FAQ. > instead of this I get windows error message which goes something like this: > > Redir: This program has performed an illegal operation and will be > terminated. Restart computer. [OK] > > what I'm doing wrong? > > thanx > > david > >