Powershell kullanıyorum ve geçerli dizindeki hedef dizinime bir kısayol var. Geçerli dizini kısayolun işaret ettiği dizine değiştirmek istiyorum. Mantıksal olarak ne yapmak istiyorum:
cd your-files-here.lnk
ve bu noktaların üzerinde bir yere sarın. Bunun yerine ne olsun:
Set-Location : Cannot find path 'your-files-here.lnk' because it does not exist.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\pscx\Modules\CD\Pscx.CD.psm1:111 char:17
+ Set-Location <<<< $path -UseTransaction:$UseTransaction
+ CategoryInfo : ObjectNotFound: (your-files-here.lnk:String) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
denedim
ii your-files-here.lnk
Ancak bu, geçerli dizini değiştirmek yerine bir gezgin penceresi açar.