add new chinese translations
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
# assoc
|
||||
|
||||
> 显示或修改文件扩展名关联。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>.
|
||||
> 显示或更改文件扩展名与文件类型之间的关联。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>。
|
||||
|
||||
- 显示所有当前文件扩展名关联的列表:
|
||||
- 列出所有文件扩展名与文件类型之间的关联:
|
||||
|
||||
`assoc`
|
||||
|
||||
- 显示指定扩展名的关联文件类型:
|
||||
- 显示特定扩展名的关联文件类型:
|
||||
|
||||
`assoc {{.txt}}`
|
||||
|
||||
- 将文件扩展名与特定的文件类型关联:
|
||||
- 设置特定扩展名的关联文件类型:
|
||||
|
||||
`assoc {{.txt}}={{txtfile}}`
|
||||
`assoc .{{txt}}={{txtfile}}`
|
||||
|
||||
- 逐屏查看 `assoc` 的输出:
|
||||
|
||||
`assoc | {{more}}`
|
Reference in New Issue
Block a user