text
stringlengths
0
4.23k
<codepage>
Specifies a code page to define the appearance of extended characters in graphics mode. Valid code page identification numbers are:437 - United States850 - Multilingual (Latin I)852 - Slavic (Latin II)855 - Cyrillic (Russian)857 - Turkish860 - Portuguese861 - Icelandic863 - Canadian-French865 - Nordic866 - Russian869 -...
/status
Displays the current code page being used by this command.
/?
Displays help at the command prompt.
<codepage>
Remarks
The graftabl 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 the mode or chcp command.
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 environment variable in a batch program to process exit codes that are returned by graftabl.
Examples
To view the current code page used by graftabl, 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
help
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays a list of the available commands or detailed help information on a specified command. If used without parameters, help lists and briefly describes every system command.
Syntax
help [<command>]
Parameters
Parameter
Description
<command>
Specifies the command for which to display detailed help information.
<command>
Examples
To view information about the robocopy command, type:
help robocopy
To display a list of all commands available in DiskPart, type:
help
To display detailed help information about how to use the create partition primary command in DiskPart, type:
help create partition primary
helpctr
The helpctr command has been deprecated, and isn't guaranteed to be supported in Windows.
This tool is included in Windows Server 2003. For more information, see Helpctr.
hostname
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays the host name portion of the full computer name of the computer.
Important
This command is available only if the Internet Protocol (TCP/IP) protocol is installed as a component in the properties of a network adapter in Network.
Syntax
hostname
Parameters
Parameter
Description
/?
Displays help at the command prompt.
Any parameter different than /? produces an error message and sets the errorlevel to 1.
/?
Notes