Created
January 6, 2018 11:53
-
-
Save leavyli/50bd7579b62ff3aa9a910015091047cd to your computer and use it in GitHub Desktop.
windows:cmd:mklink:windows下创建软硬链接的命令
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mklink /D envs F:\ProgramData\Anaconda3\envs | |
| mklink /H envs F:\ProgramData\Anaconda3\envs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment