No prompt de comando do cmd, esse comando me levará ao meu diretório pessoal:
cd %UserProfile%
No prompt de comando do PowerShell, o mesmo comando produz este erro:
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
Qual é o comando equivalente no PowerShell?
windows-7
powershell
Iain Samuel McLean Elder
fonte
fonte
Esta abreviação é um dos meus favoritos:
Você também pode fazer:
(Aperte a Tabtecla para concluir automaticamente, ele funciona muito bem quando você está enterrado em algum diretório profundo e precisa copiar algo no Desktop ou em algum lugar do seu $ HOME)
fonte
~
no PowerShell!