Running script in background.

Nick Addison nickaddisonuk at yahoo.co.uk
Sun May 1 17:17:00 EDT 2005


Harlin Seritt wrote:
> Hi,
> 
> I have a script.py that is converted to .exe using py2exe. From another
> script I call script.exe and would like to be able to run this
> script.exe in the background (as well as in console -- giving the user
> some simple options). How can I make this happen?
> 
> thanks,
> 
> Harlin
> 
Have you considered running the exe as a scheduled job? Or you could 
turn it into an NT service. I run quite a few py2exe exes as scheduled 
jobs set up as run once on system start up.

hth

Nick.



More information about the Python-list mailing list