symbolic-link.sh
· 103 B · Bash
Raw
New-Item -ItemType SymbolicLink -Path "c:\this\is\a\symbolic\link" -Target "c:\i\am\the\classic\folder"
| 1 | New-Item -ItemType SymbolicLink -Path "c:\this\is\a\symbolic\link" -Target "c:\i\am\the\classic\folder" |