Robert Holmgren wrote:
** Reply to message from ajx on Thu, 01 Apr 2004 09:56:17
+0200
(European machines
come with software keyboard drivers loaded in autoexec.bat.)
Hmmm. Are those drivers tweakable/adjustable by the user? Or just
individualized for different countries?
-------------
Robert Holmgren
holmgren@xxxxxxxx
-------------
Robert,
There are only some lines in config.sys and autoexec.bat for DOS and
W95-98 systems. Something like this:
config.sys
device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)
Country=034,850,C:\WINDOWS\COMMAND\country.sys
autoexec.bat
mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=850
keyb sp,,C:\WINDOWS\COMMAND\keyboard.sys
NT, 2000 and XP manage the localization files in a different way.
Manuel Castelao