home *** CD-ROM | disk | FTP | other *** search
- 1. In CONFIG.SYS, in this order:
-
- DEVICE=ANSI.SYS (optional, but first if used)
- DEVICE=DISPLAY.SYS (if your monitor supports code pages)
- DEVICE=PRINTER.SYS (for each printer that supports code pages)
- COUNTRY (optional, use if a specific default code page
- needed for the desired country code)
- INSTALL=NLSFUNC.EXE (if you ever use CHCP to change code pages
- while running your system)
- INSTALL=KEYB.EXE (if the default code page on COUNTRY
- is not appropriate or you have a 101-key
- keyboard)
- 2. In AUTOEXEC.BAT:
-
- MODE CON: CP PREP= (for each DISPLAY.SYS in CONFIG.SYS)
- MODE PRN: CP PREP= (for each PRINTER.SYS in CONFIG.SYS)
-
- Either
- CHCP nnn
- or one
- MODE devicename CP SELECT=
- for each device named on a DEVICE line in CONFIG.SYS.
-
- GRAFTABL (optional, if the default code page on
- COUNTRY is not appropriate)
-
- 3. Normal system operation:
-
- Either
- CHCP to change code pages used by all devices
- or
- MODE to change code page used by a specific device.
-
- To temporarily switch the code page used for the keyboard from the one
- defined by COUNTRY or KEYB in CONFIG.SYS to the default USA page (437),
- Ctrl-Alt-F1
- and to switch back
- Ctrl-Alt-F2.