CHCP

프로그래밍 2009. 11. 16. 20:20
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Chcp

Displays the number of the active console code page, or changes the console's active console code page. Used without parameters, chcp displays the number of the active console code page.

Syntax

chcp [nnn]

 

Parameters

nnn : Specifies the code page. The following table lists each code page supported and its country/region or language:

Code pageCountry/region or 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

869

Modern Greek

/? : Displays help at the command prompt.

 

Remarks

Only the original equipment manufacturer (OEM) code page installed with Windows XP appears correctly in a command prompt window that uses Raster fonts. Other code pages appear correctly in full-screen mode or command prompt windows that use TrueType fonts.

You do not need to prepare code pages, as in MS-DOS.

Programs that you start after you assign a new code page use the new code page, however, programs (except Cmd.exe) that you started before assigning the new code page use the original code page.

 

Examples

To view the active code page setting, type:

chcp

A message similar to the following appears:

Active code page: 437

To change the active code page to 850 (Multilingual), type:

chcp 850

If the specified code page is invalid, the following error message appears:

Invalid code page

 

Formatting legend

FormatMeaning

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


출처 : http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx?mfr=true

'프로그래밍' 카테고리의 다른 글

TCP TIME-WAIT 상태 이해하기  (0) 2009.11.23
Thread 동기화 객체 및 IPC의 선택  (0) 2009.11.19
서버성능 측정 시 성능모니터링 카운터  (0) 2009.10.15
MS08-067 점검  (0) 2009.10.08
QT 프로그래밍 참고자료  (0) 2009.10.01
posted by 어린왕자악꿍