小编Vic*_*cky的帖子

无法使用python调用exe

我正在调用一个exe(它依赖于其他批处理文件),Python正在给出错误.我能够调用exe(这是独立的)

我在做什么..

import os
os.system("notepad.exe")    # is working
Run Code Online (Sandbox Code Playgroud)

os.system("c:/ank.exe")     # this is giving error as ank.exe is dependent on other batch     files
Run Code Online (Sandbox Code Playgroud)

python

0
推荐指数
1
解决办法
165
查看次数

标签 统计

python ×1