“cmd.system” executes a command in a subshell under Unix or Windows.
cmd.system(string command,int sync=1)
def system(command,async=0):
system | api