From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Non Existant dos pipes ... where did they go ? Date: Tue, 21 Sep 1999 16:09:06 +0200 Organization: NetVision Israel Lines: 24 Message-ID: References: <37E6C190 DOT F63627C AT hotmail DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 937922875 11555 199.203.121.2 (21 Sep 1999 14:07:55 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 21 Sep 1999 14:07:55 GMT X-Sender: eliz AT is In-Reply-To: <37E6C190.F63627C@hotmail.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Sep 1999, Alex Crowther wrote: > "echo Wibble | more" > > should output ... > > "Wibble" > > but instead I get > > "Wibble | more" It's possible that you are using some national codepage where the `|' key generates a non-ASCII code. To check this, edit a file with the character and then look at the file's contents with some hex dump utility. If you have the ported Textutils installed, you can use the `od' program from that package. > One last thing, is there a windows libary for gcc so I can write > graphical windows > apps ??? Try the suggestions of section 3.6 in the DJGPP FAQ list.