Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

graftabl

Feedback

In this article

Enables Windows operating systems to display an extended character set in graphics mode. If used without parameters,graftabl displays the previous and the current code page.

Important

Thegraftabl command is a legacy command, and therefore outdated. It is normally not installed in modern Windows versions. Please see thechcp page for codepage handling.

Syntax

graftabl <codepage>graftabl /status

Parameters

ParameterDescription
<codepage>Specifies a code page to define the appearance of extended characters in graphics mode. Valid code page identification numbers are:
  • 437 - United States
  • 850 - Multilingual (Latin I)
  • 852 - Slavic (Latin II)
  • 855 - Cyrillic (Russian)
  • 857 - Turkish
  • 860 - Portuguese
  • 861 - Icelandic
  • 863 - Canadian-French
  • 865 - Nordic
  • 866 - Russian
  • 869 - Modern Greek
/statusDisplays the current code page being used by this command.
/?Displays help at the command prompt.

Remarks

  • Thegraftabl command affects only the monitor display of extended characters of the code page that you specify. It doesn't change the actual console input code page. To change the console input code page, use themode orchcp command.

  • Each exit code and a brief description of it:

    Exit codeDescription
    0Character set was loaded successfully. No previous code page was loaded.
    1An incorrect parameter was specified. No action was taken.
    2A file error occurred.
  • You can use the ERRORLEVEL environment variable in a batch program to process exit codes that are returned bygraftabl.

Examples

To view the current code page used bygraftabl, type:

graftabl /status

To load the graphics character set for code page 437 (United States) into memory, type:

graftabl 437

To load the graphics character set for code page 850 (multilingual) into memory, type:

graftabl 850

Related links


Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo