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
그러나 현재 디렉토리를 변경하는 대신 탐색기 창이 열립니다.