ANSI.SYS in OG

Jan Sedlak (Jan.Sedlak@pedf.cuni.cz)
Wed, 26 Jun 1996 10:28:58 +0200 (MET DST)

>From: William
> ANSI.SYS to assign missing keys

>About ANSI.SYS..
>Which DOS version of ANSI.SYS are you using?

MS DOS 6.22

>Also could you kindly post (or email me) a copy of your config.sys
>from the OGO? I would like to see the ANSI.SYS ESC key assignments
>you made for the OG keyboard to work properly.

ESC key is the one in top left corner.
CRTL is the FN key {there is no Fn key on PN :-)}

>Did you manage to assign the missing function keys (F6 - F10)?

CTRL F1 - F5

The assignment is following:

* in CONFIG.SYS

device = b:\ansi.sys

* in AUTOEXEC.BAT (example)

echo ALT-A ":" <[0;30;":"p
^---------------This character is not "<"
it is "ESC" which is "1B"

It is often problem to insert "ESC" into text file on PC.
Here I am sending the above line in UUE so that you
may clip and paste it to your own version.

section 1 of 1 of file autoexec.001 < uuencode 5.32 by R.E.M. >

begin 644 autoexec.001
<96-H;R!!3%0M02`B.B(@&ULP.S,P.R(Z(G`-"LP&
`
end
sum -r/size 19358/71 section (from "begin" to "end")
sum -r/size 46196/28 entire input file

Jan Sedlak