Windows Symbolic Links

The following creates a symbolic link to a directory: mklink /j <link_folder> <path_to_real_folder> where link_folder is C:\folder\folder2 where folder2 does not exist path_to_real_folder is D:\folder3\folder4