DOS command: graftabl

The graftabl command makes Windows display extended characters in graphics mode

GRAFTABL is a DOS command, a concept that enables the function of displaying an extended character set in graphics mode. Graftabl does not change the console input code page. Graftabl only affects the monitor display of the extended characters in the specified code page. To change the code page being used, use the mode or chcp command.

Introduction

Enable Windows to display an extended character set in graphics mode. [1] 

GRAFTABL [xxx]

GRAFTABL /STATUS

xxx Specifies a code page number.

/STATUS Displays the current code page selected for use with GRAFTABL.

Enable the ability to display the extended character set in graphics mode.

Key points

1

This tool is not available in Itanium-based versions of Windows operating systems.

2

This tool is not available in the x64-based version of the Windows operating system.

grammar

graftabl [xxx] [/status]

Parameter  xxx

Specify the code page to display extended characters in graphics mode . The following table lists each valid code page identification number and its country (region) or language.

value

country / region)

437

United States

850

Multilingual (Latin I)

852

Cyrillic (Latin II)

855

Cyrillic (Russian)

857

Turkish

860

Portuguese

861

Icelandic

863

Canada-French

865

Germanic

866

Russian

869

Modern Greek

/status

Identifies the code page being used by graftabl .

/?

Display help at the command prompt .

 

Guess you like

Origin blog.csdn.net/ChaoYue_miku/article/details/114049679