shell (powershell) command execution (Windows only)
output=powershell(command-name)
[output,bOK]=powershell(command-name)
Sends a string command-name to Windows for execution by the powershell. Standard output and standard errors of the shell command are written in the calling shell. bOK returns if command has been executed.
[s,w] = powershell('ls');