I would like to copy a file as a linmk to a diffferent directory is it possible in the command window to do that?
|
feedback
|
|
It's hard to decipher your message, but I suspect that you are looking for junction.exe. | |||||
|
feedback
|
|
For files in XP, you are looking for hardlinks. Junction only does folders. In XP, you'll need to use the fsultil hardlink create destinationName *sourceFileName* http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil.mspx?mfr=true | |||
|
feedback
|
|
Under Windows 7 (and I presume Vista), | |||||
feedback
|
|
Fsutil: hardlink might solve the challenge I have. Preferable Id like to copy the file as soft link. So the question I had was realy is it possible to do soft links commands in the command window. Thank you for this answer! | |||
|
feedback
|
