User Tools

Site Tools


command:system

Table of Contents

system

“system” executes a command in a subshell under Unix or Windows.

Usage

system command

Notes

async can only be specified from the Python level (not the command language)

if async is 0 (default), then the result code from “system” is returned in r

if async is 1, then the command is run in a separate thread whose object is returned

See Also

command/system.txt · Last modified: 2013/08/19 21:01 (external edit)