Windows Symlink Folder
mklink /D "C:\ProgramData\HeavyApp" "E:\AppData\HeavyApp"
A symlink acts like a shortcut, but the operating system treats it as if it is the actual folder. windows symlink folder
If you are trying to symlink a folder into your Dropbox to use with , be aware that Dropbox does not support symbolic links . windows symlink folder
mklink /D "C:\Users\You\Documents\MyPapers" "D:\Research\Papers" windows symlink folder
