1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:55:28 +02:00

subst: add page (#1572)

This commit is contained in:
Yan Uehara 2017-10-25 16:31:30 -03:00 committed by Starbeamrainbowlabs
parent 359252f1ce
commit 4f5ce89bd5

15
pages/windows/subst.md Normal file
View file

@ -0,0 +1,15 @@
# subst
> Associates a path with a virtual drive letter.
- List active associations:
`subst`
- Add an association:
`subst {{Z:}} {{C:\Python2.7}}`
- Remove an association:
`subst {{Z:}} /d`