home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / codepage / use.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.3 KB  |  39 lines

  1. 1. In CONFIG.SYS, in this order:
  2.  
  3.     DEVICE=ANSI.SYS (optional, but first if used)
  4.     DEVICE=DISPLAY.SYS (if your monitor supports code pages)
  5.     DEVICE=PRINTER.SYS (for each printer that supports code pages)
  6.     COUNTRY  (optional, use if a specific default code page
  7.           needed for the desired country code)
  8.     INSTALL=NLSFUNC.EXE (if you ever use CHCP to change code pages
  9.                  while running your system)
  10.     INSTALL=KEYB.EXE   (if the default code page on COUNTRY
  11.                 is not appropriate or you have a 101-key 
  12.                 keyboard)
  13. 2. In AUTOEXEC.BAT: 
  14.  
  15.     MODE CON: CP PREP=    (for each DISPLAY.SYS in CONFIG.SYS)
  16.     MODE PRN: CP PREP=    (for each PRINTER.SYS in CONFIG.SYS)
  17.  
  18. Either 
  19.     CHCP nnn
  20. or one 
  21.     MODE devicename CP SELECT=
  22. for each device named on a DEVICE line in CONFIG.SYS.
  23.  
  24.     GRAFTABL    (optional, if the default code page on
  25.              COUNTRY is not appropriate)
  26.  
  27. 3. Normal system operation:
  28.  
  29. Either
  30.     CHCP to change code pages used by all devices
  31. or 
  32.     MODE to change code page used by a specific device.
  33.  
  34. To temporarily switch the code page used for the keyboard from the one
  35. defined by COUNTRY or KEYB in CONFIG.SYS to the default USA page (437),
  36.     Ctrl-Alt-F1
  37. and to switch back
  38.     Ctrl-Alt-F2.
  39.