Answers for "how to create a junction between folders"

1

how to create a junction between folders

mklink /J <Path to of new link> <Path To the Folder where it would link to>

#(make sure that there isn't a folder already
#with the same name of the link folder)
Posted by: Guest on February-03-2021

Code answers related to "how to create a junction between folders"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language