সিএমডি কমান্ড প্রম্পটে, এই আদেশটি আমাকে আমার হোম ডিরেক্টরিতে নিয়ে যাবে:
cd %UserProfile%
পাওয়ারশেল কমান্ড প্রম্পটে একই কমান্ডটি এই ত্রুটিটি উত্পন্ন করে:
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
পাওয়ারশেলে সমমানের কমান্ডটি কী?