tldr/pages.zh/windows/subst.md

17 lines
294 B
Markdown

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