Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Graftabl
Enables the ability to display an extended character set in graphics mode.
Important
This tool is not available on the Itanium-based versions of the Windows operating systems.
This tool is not available on the x64-based versions of the Windows operating systems.
Syntax
graftabl [xxx] [/status]
Parameters
- xxx
Specifies the code page for which you want the appearance of extended characters in graphics mode defined. The following table lists each valid code page identification number and its Country/Region or language.
<table>
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<thead>
<tr class="header">
<th>Value</th>
<th>Country/Region</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>437</p></td>
<td><p>United States</p></td>
</tr>
<tr class="even">
<td><p>850</p></td>
<td><p>Multilingual (Latin I)</p></td>
</tr>
<tr class="odd">
<td><p>852</p></td>
<td><p>Slavic (Latin II)</p></td>
</tr>
<tr class="even">
<td><p>855</p></td>
<td><p>Cyrillic (Russian)</p></td>
</tr>
<tr class="odd">
<td><p>857</p></td>
<td><p>Turkish</p></td>
</tr>
<tr class="even">
<td><p>860</p></td>
<td><p>Portuguese</p></td>
</tr>
<tr class="odd">
<td><p>861</p></td>
<td><p>Icelandic</p></td>
</tr>
<tr class="even">
<td><p>863</p></td>
<td><p>Canadian-French</p></td>
</tr>
<tr class="odd">
<td><p>865</p></td>
<td><p>Nordic</p></td>
</tr>
<tr class="even">
<td><p>866</p></td>
<td><p>Russian</p></td>
</tr>
<tr class="odd">
<td><p>869</p></td>
<td><p>Modern Greek</p></td>
</tr>
</tbody>
</table>
- /status
Identifies the code page that graftabl is using.
- /?
Displays help at the command prompt.
Remarks
For information about using code pages, see chcp or mode (set device code pages) in Related Topics.
Graftabl does not change the console input code page. Graftabl affects only the monitor display of extended characters of the code page you specify. To change the code page you are using, use the mode or chcp command.
Understanding graftabl exit codes
The following table lists each exit code and a brief description of it.
Exit code Description 0
Character set was loaded successfully. No previous code page was loaded.
1
An incorrect parameter was specified. No action was taken.
2
A file error occurred.
You can use the ErrorLevel parameter on the if command line in a batch program to process exit codes returned by graftabl.
Examples
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
Formatting legend
Format | Meaning |
---|---|
Italic |
Information that the user must supply |
Bold |
Elements that the user must type exactly as shown |
Ellipsis (...) |
Parameter that can be repeated several times in a command line |
Between brackets ([]) |
Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} |
Set of choices from which the user must choose only one |
|
Code or program output |
See Also
Concepts
Chcp
Mode
If
Command-line reference A-Z
Command shell overview