Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
powershell
shell (powershell) command execution (Windows only)
Syntax
output=powershell(command-name) [output,bOK]=powershell(command-name)
Description
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.
Examples
[s,w] = powershell('ls');
Report an issue | ||
<< mcisendstring | Windows tools | win64 >> |