Table of Contents

cmd.system

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

Parameters

cmd.system(string command,int sync=1)

Implementation

def system(command,async=0):

See Also

system | api