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
toCode:cmd /c "mklink $d `"$link`" `"$target`"" > $null
you must also remove line 124-126 as NTFS 5 does not seem to support reparsed filesCode:cmd /c "junction $d `"$link`" `"$target`"" > $null
Connect With Us