TenjintShell.system_raw

TenjintShell.system_raw(cmd)

Call the given cmd in a subprocess using os.system on Windows or subprocess.call using the system shell on other platforms.

Parameters

cmd (str) – Command to execute.