Graftabl Command In Windows server 2008

In this article I am going to explain about graftabl feature Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 1852

Introduction

Graftabl command enables the ability of Windows operating systems to display extended characters in graphics mode from a specific code page. Basic syntax for using Graftabl command is given below.

Syntax

graftabl <CodePage>
graftabl /status

Parameters

Parameter Description
<CodePage> Define the appearance of extended characters in graphics mode.
/status Displays code page that is graftabl is currently using.

Valid numbers for code page

Code Page Language
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

Examples

View the current code page used by graftabl.

graftabl /status

OUTPUT

output-of-graftab-command.jpg

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.