From: "Johan Venter" Newsgroups: comp.os.msdos.djgpp References: <2545800BB340ECAC DOT A2D69937B947368C DOT FC83F0C7F693D87C AT lp DOT airnews DOT net> Subject: Re: bad command or file name. Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Mon, 18 Oct 1999 12:25:37 +1000 NNTP-Posting-Host: 203.40.82.94 X-Trace: newsfeeds.bigpond.com 940215698 203.40.82.94 (Mon, 18 Oct 1999 13:01:38 EST) NNTP-Posting-Date: Mon, 18 Oct 1999 13:01:38 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rodeo Red wrote in message news:2545800BB340ECAC DOT A2D69937B947368C DOT FC83F0C7F693D87C AT lp DOT airnews DOT net... > I would jcopy the contents of the dos box but I don't know how- theres > so much text it doesnt fit into a window and won't scroll. How do I copy > the entire contents of the dos box into the clipboard ? Redirect it too a file with redir: redir -oe -e error.log So, for a simple compile example: redir -oe -e error.log gcc -o test.exe test.c The output will be in error log. -- Johan Venter ICQ 3643877 - jventer AT writeme DOT com The TPU DJGPP Interest Group - http://surf.to/djgppig The RSXNTDJ 1.5 HOWTO - http://surf.to/rsxntdj