Files
tldr/pages.zh/windows/subst.md

16 lines
280 B
Markdown

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