[quote='kadaan',index.php?page=Thread&postID=104504 #post104504]Actually it looks like Vista has symlinks built in:

[url]http://en.wikipedia.org/wiki/NTFS_symbolic_link[/url][/quote]



Yes so it seems. Anyone know how to set this up? Let's say that i put my "main" wow folder to C:\wow\ and my other directory to C:\wow2\ and I want to create a symlink regarding the DATA folder in C:\wow\ would i then use the command: [code]mklink [[/D]] DATA C:\wow\data[/code] ?

Then will the new symlink directory be created in the directory I am at in CMD when running mklink?

Thanks for the help guys.

[color=#ff6600]EDIT:

Ok I found a site that explains a bit more ([/color][url='http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/']http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/[/url]) and this is how to do it:
Code:
C:\mklink /D C:\wow2\ C:\wow\DATA
Could anyone confirm that this is how to do it? It seems a bit too easy