Launch an application and continue the script's execution

2008-08-22 Thread Marian Popa
Hello, I am new in Python programming and I have the following problem: I have a script in which I need to open an application (called from a batch file - "trace.bat"). For this purpuse, I'm executing the following piece of code:   import os, win32process from win32api import Sleep from ctypes

Problems calling batch files (*.bat) from Python???

2008-08-23 Thread Marian Popa
Hello,   I am new in Python programming and I have the following problem: I have a script in which I need to open an application (called from a batch file - "trace.bat"). For this purpuse, I'm executing the following piece of code:   import os, win32process from win32api import Sleep os.chdir("D