kdev
kdev

Reputation: 291

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

Upvotes: 0

Views: 199

Answers (1)

Fortyrunner
Fortyrunner

Reputation: 12792

Try using "CMD /C JYTHON MYPROG.PY"

Upvotes: 1

Related Questions