call a jython file from another program
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"
精彩评论