INF: Setting Multiple Code Pages on MS-DOS-Based ClientsID: Q89037
|
As described on page 46 of the "Installation Guide," an MS-DOS-based
machine can be configured to use both the 850 and 437 code pages. To
do this, you must make additional entries in the CONFIG.SYS and
AUTOEXEC.BAT files.
For example, if you want your system to use both the 850 and 437 code
pages, with code page 850 as the default, add the following entries to
your CONFIG.SYS file:
country=001,850,c:\dos\country.sys
device=c:\display.sys con:=(ega,850,2)
load nlsfunc
mode con codepage prepare=((850)c:\dos\ega.cpi)
chcp 850
mode con cp
chcp 437
-or-
chcp 850
For more information about setting code pages with MS-DOS, see your MS-DOS documentation.
Additional query words: codepage
Keywords : kbsetup SSrvGen
Version : 4.2
Platform : MS-DOS
Issue type :
Last Reviewed: March 13, 1999