Ever wanted to create symbolic link on Windows? Here is how you can do that in cmd for shared folder:
mklink /d C:\Folder\SymLinkName \\Server\Share\Directory
Same can of course be applied to physical folders or portable/USB drives.
Ever wanted to create symbolic link on Windows? Here is how you can do that in cmd for shared folder:
mklink /d C:\Folder\SymLinkName \\Server\Share\Directory
Same can of course be applied to physical folders or portable/USB drives.
Thank you for this, just the info I was looking for. I have a presentation next week, and I am at the look for such information.