Python Subprocess Not Running when used as .cmd

前端 未结 0 1142
抹茶落季
抹茶落季 2020-11-30 21:56

I wrote a Python script that calls a Windows.bat file. The syntax is akin to:

import subprocess
filepath = "path\\to\\file"
p = subprocess.Popen(fil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题