It basically holds the same idea (and works with win2k or later) as UNIX symbolic links. Lets say I want to give access to team fortress 2 (the tf dir) and left 4 dead 2 (the left4dead2 dir) that would be linked from another folder, I would first create that empty folder (which I associate the FTP user/group with), then I would execute the following command with junction
Code: Select all
junction.exe C:\freshfolder\teamfortress2 C:\path-to-tf-dir
junction.exe C:\freshfolder\left4dead2 C:\path-to-left4dead2-dirCode: Select all
junction.exe -d C:\freshfolder\teamfortress2yes it does work similarly to the symbolic links in *nix systems, but it's "not quite the same".
Also a warning on downloading this, it downloaded for me as junction_zip, I renamed it to have the proper extension to be able to open it (not sure why it did this), just added .zip to the end, and then extracted where I wanted it.
http://technet.microsoft.com/en-us/sysi ... s/bb896768
Enjoy!
