Python 初级问题# Programming - 葵花宝典
H*J
1 楼
怎样才能调用一个长文件名的windows外部程序?
比如可执行文件是:
c:\program files\install fold\subfold\executable.exe
我用
os.system('"c:\program files\install fold\subfold\executable.exe"')
总是没法调用。
现在的解决方案是用一个bat批处理文件指向executable.exe,然后在py里调用这个批
处理文件。
如何才能直接调用呢?
谢谢。
比如可执行文件是:
c:\program files\install fold\subfold\executable.exe
我用
os.system('"c:\program files\install fold\subfold\executable.exe"')
总是没法调用。
现在的解决方案是用一个bat批处理文件指向executable.exe,然后在py里调用这个批
处理文件。
如何才能直接调用呢?
谢谢。