A group of sites sharing interesting articles for developers. Other sites along the way.
Let's start:
- https://hackernoon.com
- https://flaviocopes.com
- https://www.howtogeek.com
- https://codeburst.io
lunedì 17 settembre 2018
giovedì 13 settembre 2018
How to Create Symbolic Links in Windows 10
You need to open "command prompt" (not "power shell") as administrator and then you can easily do it by "mklink" command.
To find "command prompt" icon you can use Cortana and then click right bottom mouse and select command prompt (admin)
mklink Link Target
Example
mklink "E.\path\symbolic_link.txt" "E.\path\real_file.txt"
mklink /D Link Target
Example
mklink /d "E.\path\symbolic_link" "E.\path\real_folder"
Ref:
https://www.maketecheasier.com/create-symbolic-links-windows10/
To find "command prompt" icon you can use Cortana and then click right bottom mouse and select command prompt (admin)
Files symbolic link
Grammarmklink Link Target
Example
mklink "E.\path\symbolic_link.txt" "E.\path\real_file.txt"
Directory symbolic link
Grammarmklink /D Link Target
Example
mklink /d "E.\path\symbolic_link" "E.\path\real_folder"
Ref:
https://www.maketecheasier.com/create-symbolic-links-windows10/
Iscriviti a:
Post (Atom)