mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 01:46:00 +02:00

Co-authored-by: Chooooo <contact@choo.ooo> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
449 B
449 B
ftype
파일 확장자 연결에 사용되는 파일 형식을 표시하거나 수정. 더 많은 정보: https://learn.microsoft.com/windows-server/administration/windows-commands/ftype.
- 모든 파일 형식 목록 표시:
ftype
- 특정 파일 형식에 연결된 프로그램 표시:
ftype {{파일_형식}}
- 특정 파일 형식에 연결된 프로그램 설정:
ftype {{파일_형식}}="{{경로/대상/실행_파일}}"