5766 shaares
507 private links
507 private links
In Windows Vista or later, you can create a "junction folder"/"Symbolic link" to redirect the contents of one to another.
Simply type:
mklink /d "c:\data\network docs" "\\server\shareddata\"
You must have Admin privileges when you run CMD.