For those of us on XP who want to run do the same, you can use junction.exe from here http://www.microsoft.com/technet/sys.../Junction.mspx

change line 83 from
Code:
    cmd /c "mklink $d `"$link`" `"$target`"" > $null
to
Code:
    cmd /c "junction $d `"$link`" `"$target`"" > $null
you must also remove line 124-126 as NTFS 5 does not seem to support reparsed files