Re: DOS mode missing ":" key
William Ofosu-Amaah (XI6W-OFSA@asahi-net.or.jp)
Sat, 29 Jun 1996 06:31:46 +0900
At 01:09 PM 6/28/96 +-800, Chan Wei Lik wrote:
>Hello everyone, I just got the DOS mode driver and was using it when I
> just found out that I can't type the ":" key! I can't switch drives
> properly but after creating a few batch files from my PC and stuffing
> them to the OG I got around it but seriously is there any way around
> this?
you need ANSI.SYS from DOS (I am using the one from DOS 6.22)
to reassign keys. Copy it to your b:\
add the following line to your config.sys
device = b:\ansi.sys.
There was an example posted here to earlier showing an
example of how to do the keyboard reassignment.
William