From: Yang W. <yw...@pr...> - 2002-02-09 00:23:41
|
Hi All, I am trying to use os.system("start mine.bat") to start a program in a separate window. But the problem is that the control remains in the new window and did not go back to the Jython window at all. Until I exit the "mine.bat", the prompt in Jython began to show up. =20 Did I use the right command to do this? I looked at other Python commands such as os.execl() but when I try it on Jython, it would say that "AttributeError: class 'org.python.modules.os' has no attribute 'execl'". =20 Thanks in advance! Yang |