Answers for "start powershell from cmd on a path"

3

cmd run powershell command

powershell -ExecutionPolicy Bypass -Command "your script here"
Posted by: Guest on November-12-2020
0

powershell open cmd

Start-Process -FilePath cmd.exe
Posted by: Guest on December-30-2020
0

get program path powershell

(get-command notepad.exe).Path
Posted by: Guest on September-28-2021

Code answers related to "start powershell from cmd on a path"

Browse Popular Code Answers by Language