문제

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?

도움이 되었습니까?

해결책

Try:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top