Re: Spawn/Kill Process

2006-03-31 Thread Daniel Nogradi
> I need to write a script that starts an exe and then continues through > the script. I am able to start the exe file but my script doesn't > continue because the process I start runs in the background of Windows > (as it is supposed to). I have tried using both os.system and os.popen > to get aro

Spawn/Kill Process

2006-03-31 Thread david brochu jr
I need to write a script that starts an exe and then continues throughthe script. I am able to start the exe file but my script doesn'tcontinue because the process I start runs in the background of Windows(as it is supposed to). I have tried using both os.system and os.popento get around this but