I was wondering if it were posible to use use junction (or mklink?) to have c:\Projects point to the current users my documents\projects map.
I tried junction.exe c:\project "%HOMEPATH%\my documents\projects" but it just makes a link to the interpretation of the path and not to the variable (so c:\projects would point to administrator\my documents\projects instead of %HOMEPATH%).
I'm using Windows Server 2003 R2.
Thank you!