Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C:\Users\Nara\workspaceAndroid>MKLINK /D C:\Develop Folder\Android\NDKDemo C:\Users\Nara\workspaceAndroid The syntax of the command is incorrect.
关于为什么抛出此错误的任何帮助。我已经TAKEOWN为文件夹了,但当我运行命令时,我仍然看到两个错误之一?
TAKEOWN
尝试:
mklink /d "c:\my path\with spaces\enclosed in\quotes\link" "c:\this one too\if it\has spaces\target"