April_Nara
April_Nara

Reputation: 1046

Windows 7 mklink syntax/privilege error?

C:\Users\Nara\workspaceAndroid>MKLINK /D C:\Develop Folder\Android\NDKDemo C:\Users\Nara\workspaceAndroid
The syntax of the command is incorrect.

Any help as to why it's throwing this error. I've already TAKEOWN for the Folder yet still when I run the command I see one of the two errors?

Upvotes: 1

Views: 2913

Answers (1)

Pybe
Pybe

Reputation: 142

Try:

mklink /d "c:\my path\with spaces\enclosed in\quotes\link" "c:\this one too\if it\has spaces\target"

Upvotes: 3

Related Questions