Re: Re: Executing a python script while it is running

2009-06-16 Thread Zach Hobesh
On Tue, Jun 16, 2009 at 6:37 PM, Chris Rebert wrote: > On Tue, Jun 16, 2009 at 6:21 PM, wrote: >> Hey Dave, >> >> Thanks for the helpful responses. >> >>> Option 2 is what you get by default.  Naturally it depends on what the >>> application  is using to launch the batch file, but the most common

Re: Re: Executing a python script while it is running

2009-06-16 Thread Chris Rebert
On Tue, Jun 16, 2009 at 6:21 PM, wrote: > Hey Dave, > > Thanks for the helpful responses. > >> Option 2 is what you get by default.  Naturally it depends on what the >> application  is using to launch the batch file, but the most common cases >> will launch a separate process. > > The app ended up

Re: Re: Executing a python script while it is running

2009-06-16 Thread hobesh
Hey Dave, Thanks for the helpful responses. Option 2 is what you get by default. Naturally it depends on what the application is using to launch the batch file, but the most common cases will launch a separate process. The app ended up delaying starting the second batch file until it finis