📌  相关文章
📜  如何使用 python 代码示例运行文件

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

代码示例1
import subprocess  #imports the module thats needed
subprocess.call([r'C:\Users\Ron\Desktop\Test\current_date.bat'])  #runs the file in the given directory