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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to