mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
subst: add Chinese translation
This commit is contained in:
parent
cb38bfa840
commit
8baecb93d6
1 changed files with 15 additions and 0 deletions
15
pages.zh/windows/subst.md
Normal file
15
pages.zh/windows/subst.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# subst
|
||||
|
||||
> 将路径与虚拟驱动器号关联.
|
||||
|
||||
- 列出已激活的关联:
|
||||
|
||||
`subst`
|
||||
|
||||
- 添加一个关联:
|
||||
|
||||
`subst {{Z:}} {{C:\Python2.7}}`
|
||||
|
||||
- 删除一个关联:
|
||||
|
||||
`subst {{Z:}} /d`
|
Loading…
Add table
Reference in a new issue