开发者

call a jython file from another program

开发者 https://www.devze.com 2022-12-25 08:03 出处:网络
can i call a jython file from another jython program and execute that . Also i know os.system(cmd.exe)get the system prompt . is it possible 开发者_运维问答that i can trigger cmd.exe andcmd.exe gets

can i call a jython file from another jython program and execute that .

Also i know os.system(cmd.exe)get the system prompt . is it possible 开发者_运维问答that i can trigger cmd.exe and cmd.exe gets poped up into the screen. Thanks


Try using "CMD /C JYTHON MYPROG.PY"

0

精彩评论

暂无评论...
验证码 换一张
取 消