> 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
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