oqueeh
.net
All topics
>
PowerShell
Run PowerShell command from CMD
Example - running
ls
:
powershell
-noprofile
-command
"ls"