1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 22:46:02 +02:00
tldr/pages.zh/windows/assoc.md

16 lines
259 B
Markdown
Raw Normal View History

2019-03-10 20:31:47 +08:00
# assoc
2019-10-18 11:30:29 +08:00
> 显示或修改文件扩展名关联.
2019-03-10 20:31:47 +08:00
2019-10-19 14:12:27 +08:00
- 显示所有当前文件扩展名关联的列表:
2019-03-10 20:31:47 +08:00
`assoc`
2019-10-19 14:12:27 +08:00
- 显示指定扩展名的关联文件类型:
2019-03-10 20:31:47 +08:00
`assoc {{.txt}}`
2019-10-19 14:12:27 +08:00
- 将文件扩展名与特定的文件类型关联:
2019-03-10 20:31:47 +08:00
`assoc {{.txt}}={{txtfile}}`