Possible Duplicate:
Does window have the ln -s or equivalent?
Is there an equivalent ln command to create symlinks in Windows?
Is there an equivalent | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Yes. Among others, there is A good blog article on the subject, if you're interested in the history, is here. There's exhaustive documentation (from the API perspective) on Symbolic Links and Windows at MSDN: Symbolic Links | |||
|
feedback
|
|
Be aware that mklink is not available in PowerShell. It is a built-in command available only in cmd.exe. The PowerShell Community Extensions has a New-SymLink cmdlet in it if you need this support in PowerShell. | |||||
feedback
|