diff --git a/pages/windows/subst.md b/pages/windows/subst.md new file mode 100644 index 0000000000..b273cbb3e6 --- /dev/null +++ b/pages/windows/subst.md @@ -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`