Quiero iniciar PowerShell (C: \ WINDOWS \ system32 \ WindowsPowerShell \ v1.0 \ powershell.exe) desde la línea de comando predeterminada de Windows 7 ( cmd ) e ir a la ruta específica.
Usé el comando:
start C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe
Funcionará y mostrará la ventana de PowerShell.
Pero si uso:
start C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe Set-Location c:\
La ventana negra parpadeará rápidamente.
¿Cómo puedo abrir powershell desde cmd por la ruta específica? Gracias por adelantado.
%SystemRoot%
powershell.exe
, mejor utilizar%windir%
.