Scilab 6.0.0
Ajuda do Scilab >> Ferramentas Windows > powershell
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');
Comments
Add a comment:
Please login to comment this page.