En el símbolo del sistema cmd, este comando me llevará a mi directorio de inicio:
cd %UserProfile%
En el símbolo del sistema de PowerShell, el mismo comando produce este error:
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
¿Cuál es el comando equivalente en PowerShell?
windows-7
powershell
Iain Samuel McLean Élder
fuente
fuente
Esta taquigrafía es una de mis favoritas:
También puedes hacer:
(Presione la Tabtecla para completar automáticamente, funciona bien cuando está enterrado en un directorio profundo y necesita copiar algo en el escritorio o en algún lugar de su $ HOME)
fuente
~
en PowerShell!