Symbolic Link In Windows [portable] Instant
Remove-Symlink -Path $LinkPath
if (args.Length < 2) Console.WriteLine("Usage:"); Console.WriteLine(" create <link> <target> [/d] [/u]"); Console.WriteLine(" list <directory>"); Console.WriteLine(" remove <link>"); return; symbolic link in windows
function Create-Symlink param([string]$Link, [string]$Target, [bool]$IsDir, [bool]$UseJunction, [bool]$UseRelative) Remove-Symlink -Path $LinkPath if (args