add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# subst
> 将路径与虚拟驱动器关联。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/subst>.
> 将路径与虚拟驱动器字母关联。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/subst>
- 列出已激活的关联:
- 列出活动关联:
`subst`
- 添加一个关联:
- 添加关联:
`subst {{Z:}} {{C:\Python2.7}}`
- 删除一个关联:
- 删除关联:
`subst {{Z:}} /d`
`subst {{Z:}} /d`