ที่พรอมต์คำสั่ง cmd คำสั่งนี้จะพาฉันไปที่ไดเรกทอรีบ้านของฉัน:
cd %UserProfile%
ที่พรอมต์คำสั่ง PowerShell คำสั่งเดียวกันจะสร้างข้อผิดพลาดนี้:
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 คืออะไร