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 में समतुल्य कमांड क्या है?