snippetbashTip
subst — Associates a path with a virtual drive letter. More information: <https://learn.microsoft.com/window
Viewed 0 times
virtualcommandassociatespathdriveclisubstwith
windows
Problem
How to use the
subst command: Associates a path with a virtual drive letter. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/subst>.Solution
subst — Associates a path with a virtual drive letter. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/subst>.List active associations:
substAdd an association:
subst {{Z:}} {{C:\Python2.7}}Remove an association:
subst {{Z:}} /dCode Snippets
List active associations
substAdd an association
subst {{Z:}} {{C:\Python2.7}}Remove an association
subst {{Z:}} /dContext
tldr-pages: windows/subst
Revisions (0)
No revisions yet.