Skip to content

Instantly share code, notes, and snippets.

@hyeomans
Created December 18, 2013 01:56
Show Gist options
  • Save hyeomans/8016133 to your computer and use it in GitHub Desktop.
Save hyeomans/8016133 to your computer and use it in GitHub Desktop.
Creating a symlink for folders in Windows
Open VS CMD I don't know why in powershell doesn't work
mklink /D "C:\Users\Steve\Documents\Dropbox\DesiredFolder" "C:\Path\To\DesiredFolder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment