从python中的外部shell命令获取输出和返回代码

时间:2016-03-22 11:11:59

标签: python windows console subprocess

假设我在python中使用子进程运行命令cmd="start python Testscript.py"

subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
  
      
  1. 有没有办法获得新命令控制台的输出?
  2.   
  3. 有没有办法从TestScript.py获取返回代码到调用python函数。
  4.   

0 个答案:

没有答案