Python podproces
import subprocess
subprocess.call(['command'], env={})
Jake Redrupp
import subprocess
subprocess.call(['command'], env={})