graftabl
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
Parameters
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
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 |
Courier font | Code or program output |