Tại dấu nhắc lệnh cmd, lệnh này sẽ đưa tôi đến thư mục chính của tôi:
cd %UserProfile%
Tại dấu nhắc lệnh PowerShell, lệnh tương tự tạo ra lỗi này:
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
Lệnh tương đương trong PowerShell là gì?