I am calling an exe (which is dependent on other batch files) , Python is giving error. I am able to call exe (which is independent)
我正在做的是。
import os
os.system("notepad.exe") # is working
......
os.system("c:/ank.exe") # this is giving error as ank.exe is dependent on other batch files