Bell, Kevin wrote:
> When I run a script, how can I make it run in the background?  I don't
> want to see the command window because it runs all day.  I'm on
> windows...
> 
> 
Hi Kevin,

Rename your kevin_script.py to kevin_script.pyw (so that it runs with
pythonw.exe instead of python.exe).

-Luis
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to