W wierszu polecenia cmd to polecenie przeniesie mnie do mojego katalogu domowego:
cd %UserProfile%
W wierszu polecenia programu PowerShell to samo polecenie powoduje błąd:
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
Jakie jest równoważne polecenie w PowerShell?