5175 shaares
488 private links
488 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.