mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
399 B
399 B
ftype
显示或修改用于文件扩展名关联的文件类型。 更多信息:https://learn.microsoft.com/windows-server/administration/windows-commands/ftype。
- 显示所有文件类型的列表:
ftype
- 显示特定文件类型的关联程序:
ftype {{文件类型}}
- 设置特定文件类型的关联程序:
ftype {{文件类型}}="{{可执行命令的路径}}"