TenjintShell.
system
Call the given cmd in a subprocess using os.system on Windows or subprocess.call using the system shell on other platforms.
cmd (str) – Command to execute.