Windows 7 directory symlinks
Published:
Just a note to self, as I keep forgetting...
REM Creating a symlink
mklink /d foo-current foo-1.0
REM Replacing it with a new one
rmdir foo-current
mklink /d foo-current foo-1.1
Just a note to self, as I keep forgetting...
REM Creating a symlink
mklink /d foo-current foo-1.0
REM Replacing it with a new one
rmdir foo-current
mklink /d foo-current foo-1.1