From: Alex Crowther Newsgroups: comp.os.msdos.djgpp Subject: Re: dos pipes not working Date: Mon, 27 Nov 2000 12:00:12 +0000 Message-ID: <2bh42tglr0cdqo0630pg4bljd425tppjj2@4ax.com> References: <9a7n1t4k4bqevagcd0p9a72iue5rn7ivap AT 4ax DOT com> <8vgk37$bt1$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <8viu82$epu$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: cmonkey.demon.co.uk X-NNTP-Posting-Host: cmonkey.demon.co.uk:158.152.54.226 X-Trace: news.demon.co.uk 975326371 nnrp-12:27132 NO-IDENT cmonkey.demon.co.uk:158.152.54.226 X-Complaints-To: abuse AT demon DOT net X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Lines: 48 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 23 Nov 2000 11:15:14 GMT, Hans-Bernhard Broeker wrote: I have compiled a fairly fool proof, way of getting pipes working for UK users of Win98 dos .. --------------------------------------------------------------------------------------------------------------------- Howto: Fix Dos Pipes. STEP 1: Remove or rem out the following entrys in C:\autoexec.bat mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi) mode con codepage select=850 keyb uk,,C:\WINDOWS\COMMAND\keyboard.sys STEP 2: Add the following line to autoexec.bat LH KEYB UK STEP 3: Remove the following entries from C:\config.sys Country=044,850,C:\WINDOWS\COMMAND\country.sys --------------------------------------------------------------------------------------------------------------------- This should fix things for most default installations. Obviously if you have already modified your autoexec.bat and config.sys this may not help at all. In case anyone is not sure of why pipes dont defaultly work in dos for us UK users, there are 2 chars both of which look like the pipe symbol in dos, ... The Correct one, has ascii code 124 and look likes this [ | ] The Wrong one, has ascii code 221 and looks like this [ Ý ] You you see on the line above depends on what you view this text with, eg it will differ depending on viewer and font, for example, in most dos setups, both chars look mostly identical, where as in the mail client I am writting this in, ASCII 221 looks like a Y with a hat. As someone has already said, if you dont want to mess with autoexec.bat or config.sys you can still get the right pipe symbol by holding down ALT, pressing 0,1,2,4 on the keypad, and then releasing the ALT key. Hope this helps someone .... Alex