mklink /D "C:\Users\Name\Documents\MyGames" "D:\Backups\MyGames"
(Note: You can change -ItemType to HardLink or Junction as needed.)
mklink [options] "Link_Path" "Target_Path"
mklink /D "C:\Users\Name\Documents\MyGames" "D:\Backups\MyGames"
(Note: You can change -ItemType to HardLink or Junction as needed.)
mklink [options] "Link_Path" "Target_Path"