如何在Windows中通过python subprocess.popen打开的命令窗口中执行命令?

时间:2016-08-23 14:30:34

标签: python subprocess popen

我想在通过subprocess.pOpen命令打开的命令窗口中执行多个命令?怎么做?

这样的东西
p = subprocess.Popen("start cmd /k ", stdin=subprocess.PIPE, stdout=subprocess.PIPE,shell=True )

现在我想在我打开的同一个窗口中调用多个命令。 我不想将参数作为列表传递,因为它只会被视为列表中第一个元素的参数。

0 个答案:

没有答案