how to create a junction between folders code example
Example: how to create a junction between folders
mklink /J
#(make sure that there isn't a folder already
#with the same name of the link folder)
mklink /J
#(make sure that there isn't a folder already
#with the same name of the link folder)