subst: add page (#1572)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
359252f1ce
commit
4f5ce89bd5
15
pages/windows/subst.md
Normal file
15
pages/windows/subst.md
Normal 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`
|
Reference in New Issue
Block a user