mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:22:08 +02:00
293 B
293 B
subst
将路径与虚拟驱动器号关联。 更多信息:https://docs.microsoft.com/windows-server/administration/windows-commands/subst.
- 列出已激活的关联:
subst
- 添加一个关联:
subst {{Z:}} {{C:\Python2.7}}
- 删除一个关联:
subst {{Z:}} /d