Cmd komut isteminde, bu komut beni ana dizinime götürür:
cd %UserProfile%
PowerShell komut isteminde aynı komut bu hatayı üretir:
Set-Location : Cannot find path 'C:\%UserProfile%' because it does not exist.
At line:1 char:3
+ cd <<<< %UserProfile%
+ CategoryInfo : ObjectNotFound: (C:\%UserProfile%:String) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
PowerShell'de eşdeğer komut nedir?