From 4f5ce89bd511a9e0b8ee631b1ab0a4e09ba87dbf Mon Sep 17 00:00:00 2001 From: Yan Uehara Date: Wed, 25 Oct 2017 16:31:30 -0300 Subject: [PATCH] subst: add page (#1572) --- pages/windows/subst.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/windows/subst.md 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`