ฉันใช้ powershell และฉันมีทางลัดไปยังไดเรกทอรีปลายทางของฉันในไดเรกทอรีปัจจุบัน ฉันต้องการเปลี่ยนไดเรกทอรีปัจจุบันเป็นไดเรกทอรีที่ชี้ไปทางลัด เหตุผลที่ฉันต้องทำคือ:
cd your-files-here.lnk
และจบลงที่จุดนั้น สิ่งที่ฉันได้รับคือ:
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
ฉันเหนื่อย
ii your-files-here.lnk
แต่จะเปิดหน้าต่าง explorer แทนการเปลี่ยนไดเรกทอรีปัจจุบัน