2025-03-14 21:59:59 -06:00
|
|
|
# assoc
|
|
|
|
|
|
|
|
|
|
> 显示或修改文件扩展名关联。
|
2026-02-18 06:55:01 -07:00
|
|
|
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>。
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 显示所有当前文件扩展名关联的列表:
|
|
|
|
|
|
|
|
|
|
`assoc`
|
|
|
|
|
|
|
|
|
|
- 显示指定扩展名的关联文件类型:
|
|
|
|
|
|
|
|
|
|
`assoc {{.txt}}`
|
|
|
|
|
|
|
|
|
|
- 将文件扩展名与特定的文件类型关联:
|
|
|
|
|
|
|
|
|
|
`assoc {{.txt}}={{txtfile}}`
|