Pada prompt perintah cmd, perintah ini akan membawa saya ke direktori home saya:
cd %UserProfile%
Pada prompt perintah PowerShell, perintah yang sama menghasilkan kesalahan ini:
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
Apa perintah yang setara di PowerShell?