From: David Jenkins Newsgroups: comp.os.msdos.djgpp Subject: Re: I cannot enter the Logical OR operator '||' on my keyboard!! HELP!!!! Date: Thu, 6 Nov 1997 01:48:43 +0000 Organization: None Distribution: world Message-ID: References: <63qd41$dm7$1 AT plug DOT news DOT pipex DOT net> NNTP-Posting-Host: jenkinsdavid.demon.co.uk MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=iso-8859-1 Lines: 32 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article <63qd41$dm7$1 AT plug DOT news DOT pipex DOT net>, Melvyn May writes >I cannot type the OR operator ("||") on my keyboard. RHIDE produces the >ASCII character 221 (broken pipes) instead of the required 124 (vertical >line) and therefore the compiler will not ..... compile! )-: > >I have tried the -k UK parameter for RHIDE and I have copied UK.txt over >keybind.txt but the damn thing still won't work. > >Am I doing this correctly? If not then giz-a-clue... or better still a full >description of the procedure! > >I've only been using RHIDE for a few weeks so handle me with care! I get the ¦ (broken line) character in Win95 by pressing ALT + the key left of "1" and I get the | (unbroken line) character in Win95 by pressing SHIFT and the key left of "Z". In Dos it's the opposite, the solid line won't compile but the broken one will. Try adding this line to your Autoexec.bat file, obviously make sure you've got a keyboard.sys in your command folder. keyb uk,,C:\WINDOWS\COMMAND\keyboard.sys And this one to your config.sys file, install=c:\windows\command\keyb.com uk,,c:\windows\command\keyboard.sys -- http://www.jenkinsdavid.demon.co.uk for C programmers. David Jenkins