Windows 2003 Symlinks (MkLink)
Currently this only supports symlinking folders from network shares to local paths, helping bring vagrant to Windows 2003.
This implements the behavior specified in my stack overflow answer (go vote it up) http://stackoverflow.com/a/18593425/18475
You call it the same way you do for folders on other versions of windows, mklink /d sometargetfolder \some\shared\folder
And before you ask, this should also work on Windows XP.
Prerequisites:
You need Visual C++ Redistributable for VS2005 SP1 installed (which is not yet a chocolatey package).
- VCRedist_x86 - http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en
- VCRedist_x64 - http://www.microsoft.com/downloads/details.aspx?FamilyID=EB4EBE2D-33C0-4A47-9DD4-B9A6D7BD44DA&displaylang=en