From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <6k2a7ts6bh0glsn1hci8t56gb6hbrfrhsj@4ax.com> References: <952496$kks$1 AT planja DOT arnes DOT si> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 20 X-Trace: /Kkf2OiROM0IkL+b6wCTdHam9wsQJH7AXz9vbDNSOnI/P8sEgO7GTJgQJPxgk+1jdCd8hWCFs4J5!HfNUEUcKyYbGmPgMpnr002Ns5QMfrBGV8nAF++KSu6qiGY8vq9ga7JWRKYVFF4Oxgg1kHYIz/05B!nHafag== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Mon, 29 Jan 2001 06:12:30 GMT Distribution: world Date: Mon, 29 Jan 2001 06:12:30 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 28 Jan 2001 22:40:45 +0100, "David Krmpotic" wrote: >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? If redir.exe isn't working for you, you can try C:\>mode,50 to make your console bigger. --