📌  相关文章
📜  python 运行批处理文件 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:06.488000             🧑  作者: Mango

代码示例2
import subprocess
subprocess.call([r'path where the batch file is stored\name of the batch file.bat'])