From: aw AT mail1 DOT bet1 DOT puv DOT fi Newsgroups: comp.os.msdos.misc,alt.dos.programmer,comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: Non Existant dos pipes - SOLUTION! Date: 22 Sep 1999 17:29:33 GMT Message-ID: <9HR63$ABD@c400> References: <37E6C190 DOT F63627C AT hotmail DOT com> <7s6idm$8k4$1 AT solomon DOT cs DOT rose-hulman DOT edu> <37E6D2A3 DOT 1444E1DB AT hotmail DOT com> <37E73846 DOT 5318 AT earthlink DOT net> <37E7E2D1 DOT 629EEC8D AT hotmail DOT com> <7s8rej$hju AT acp3bf DOT knirsch DOT de> X-Newsreader: AllNews version 1.33 (Freeware) Build Jan 9 1999 Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com broeker AT acp3bf DOT knirsch DOT de (Hans-Bernhard Broeker) wrote: > > Ahhhh... now *that* rings a bell. You're from the UK, aren't you? On the > UK keyboard mapping activated by 'keyb uk', there are *two* characters > that look like the 'pipe' symbol used in MSDOS command lines like > > dir | more > > They should look like one vertical bar with a hole in the middle, and > the other without that hole. One is correct, the other isn't. It's > just a matter of discovering which is which (I don't remember which one > is, sorry). The true pipe symbol has ASCII code 124. On most (but not all) display adapters it does have a hole in the middle. Then there's also the IBM graphic character 179. (Text mode programs use it to draw menus and boxes, so it should never have any wholes in it)