Answers for "make a symlink windows"

6

make a symlink windows

#Synopsis
mklink /D linkTarget LinkSource

OR

mklink fileTarget fileSource

#Example for directory:
mklink /D tina4php D:\projects\php\tina4-php
Posted by: Guest on August-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language