[Tutor] TSR in windows

Magnus Lyckå magnus@thinkware.se
Thu Jun 19 07:39:01 2003


At 12:21 2003-06-19 +0100, Patrick Kirk wrote:
>I'm writing a little application that will log all contact received on 
>port 6346.  It works a treat except...it leaves a console window open. 
>Right now I want to learn how to start it in the background and then I 
>will find a way to give it a System Tray icon.

Rename the file from something.py to something.pyw, or alternatively,
start the program with pythonw.exe instead of python.exe. (That's
what .pyw is associated with in Windows.)




--
Magnus Lycka (It's really Lyckå), magnus@thinkware.se
Thinkware AB, Sweden, www.thinkware.se
I code Python ~ The Agile Programming Language