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`