VOGONS


First post, by Stojke

User metadata
Rank l33t
Rank
l33t

How the heck do i change this crazy thing back to English?
Its currently on German.

I edited the part where it says 049,850 to 001,437 but its still on German.

Reply 1 of 9, by Mau1wurf1977

User metadata
Rank l33t++
Rank
l33t++

Don't you need an English version of DOS 6.22?

My website with reviews, demos, drivers, tutorials and more...
My YouTube channel

Reply 4 of 9, by Davros

User metadata
Rank l33t
Rank
l33t

try this

Autoexec.bat

country=049,850
Device=c:\windows\command\display.sys con=(,,2)

Config.sys

mode con cp prepare=((858 850) c:\windows\command\ega2.cpi)
mode con cp select=858
keyb is,,c:\windows\command\keybrd2.sys

the code for Germany is

049 = country code
850, 437 = The code page

edit as nessesary my memory isnt too good think of the above as a starting point

Guardian of the Sacred Five Terabyte's of Gaming Goodness

Reply 6 of 9, by Stojke

User metadata
Rank l33t
Rank
l33t

Ive already reinstalled.
But thanks any way 😁

Can you tell me what would you have changed in the exec and config so i know?

Note | LLSID | "Big boobs are important!"

Reply 7 of 9, by Davros

User metadata
Rank l33t
Rank
l33t

I totally misread the first post and thought you wanted english to german sorry about that

try

Autoexec.bat

mode con codepage prepare=((850)e:\dos\ega.cpi)
chcp 850
mode con codepage select=850
keyb us,850,e:\dos\keyboard.sys

Config.sys

device=c:\dos\display.sys con=(ega,437,2)
country=001,437,c:\dos\country.sys
keyb is,,c:\windows\command\keybrd2.sys

Guardian of the Sacred Five Terabyte's of Gaming Goodness

Reply 9 of 9, by Filosofia

User metadata
Rank Member
Rank
Member
Stojke wrote:

Ive already reinstalled.
But thanks any way 😁

Can you tell me what would you have changed in the exec and config so i know?

Oh I was just going to compare with my files to see where the error could be (I have installed english)

If you need to alternate between languages you should take a look at country.txt 😉