Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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)
 
PREVIOUS NEXT
Tagged: #create #junction #folders
ADD COMMENT
Topic
Name
9+9 =