Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Windows tools > 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');

See Also

  • unix — shell (sh) command execution
  • dos — shell (cmd) command execution (Windows only)
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:55 CEST 2016