大家晚上好
我花了几个小时试图解决这个问题。我尝试了一切,但似乎没有用。我正在通过Windows批处理文件通过python启动脚本,然后弹出一个对话框,其中已突出显示“是”。我要做的就是按Enter键。我已经看到了子过程,但是什么都没发生。
import openpyxl
import os
import subprocess
import win32com.client
import time
from subprocess import Popen, PIPE
print "Section Clear"
launch = os.system('C:/Users/luis.durani/Desktop/login.bat')
print "Section Clear"