mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
17 lines
449 B
Markdown
17 lines
449 B
Markdown
![]() |
# ftype
|
||
|
|
||
|
> 파일 확장자 연결에 사용되는 파일 형식을 표시하거나 수정.
|
||
|
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/ftype>.
|
||
|
|
||
|
- 모든 파일 형식 목록 표시:
|
||
|
|
||
|
`ftype`
|
||
|
|
||
|
- 특정 파일 형식에 연결된 프로그램 표시:
|
||
|
|
||
|
`ftype {{파일_형식}}`
|
||
|
|
||
|
- 특정 파일 형식에 연결된 프로그램 설정:
|
||
|
|
||
|
`ftype {{파일_형식}}="{{경로/대상/실행_파일}}"`
|