VOGONS

Common searches


First post, by Eimer

User metadata
Rank Newbie
Rank
Newbie

I installed Phil's MS DOS Starter pack https://www.philscomputerlab.com/ms-dos-starter-pack.html
on my DOS 6.22 machine.
keyboard layout changed to US after this.

How do I change it back to German?

I added those likes to config.sys and autoexec.bat

autoexec.bat:

C:\DOS\MODE CON CODEPAGE PREPARE=((437) C:\DOS\EGA.CPI)
C:\DOS\MODE CON CODEPAGE SELECT=437
C:\DOS\KEYB GR,,C:\DOS\KEYBOARD.SYS



config.sys:

COUNTRY=049,437,C:\DOS\COUNTRY.SYS
C:\DOS\DISPLAY.SYS CON=(EGA,,1)

but that gave me errors. I might of also put it in the wrong place, I did put it on the very top of each file.

Reply 1 of 2, by Kalle

User metadata
Rank Newbie
Rank
Newbie

Hello,

line 5 "C:\DOS\KEYB GR,,C:\DOS\KEYBOARD.SYS" is all you need. You could also add the LH command to load it high and gain some KBs of conventinal memory, but it should work either way.
What error messages did you get? Is C:\DOS the place where all the files reside on your machine?