how to create symbolic link which will be accessible from other machine in windows
- Uncategorised posts -
1
Posts
1
Posters
5
Views
1
Watching
-
I want to provide link to access file in network, executed below line in command prompt mklink \\MyMachineName\CommonStorage\test.txt c:\test.txt I tried following command fsutil behavior set SymlinkEvaluation L2L:1 R2R:1 L2R:1 R2L:1 on both machine bt still not working when I tried to open file from other machine it says can not open file \\\\MyMachineName\CommonStorage\test.txt" I am doing it on Win7 64 bit m/c.