Answers for "windows use powershell for cmd file"

PHP
0

execute powershell file windows

powershell -ExecutionPolicy Bypass -File script.ps1
Posted by: Guest on April-19-2022
0

powershell open cmd

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

Browse Popular Code Answers by Language