📜  python 执行 bat 文件 - Python 代码示例

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

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