Issues with mklink Command

David 0 Reputation points
2023-09-26T14:32:44.2333333+00:00

I am trying to create a symbolic link between 2 folders and receive the following error: "The system cannot find the path specified." What am I doing wrong here?

C:\Windows\system32>mklink /d "X:\DAVID\My Sales\Part Sales" "X:\DAVID\Parts\Parts Sales"

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,461 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 36,336 Reputation points Microsoft Vendor
    2023-09-27T02:46:52.15+00:00

    Hi David,

    The command seems fine to me. Run dir X:\DAVID to check if the path exists on your machine.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.