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:
parent
359252f1ce
commit
4f5ce89bd5
1 changed files with 15 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue