newb question

Cameron Laird claird at starbase.neosoft.com
Wed Jul 19 17:37:26 EDT 2000


In article <39761E61.1E2191B4 at tcgfinancial.com>,
jtoy  <toyboy at toy.eyep.net> wrote:
			.
			.
			.
>Second, can you tell me how I could run this program as a dameon, again
>not OS dependent, because while I know you can put a Python script in
>cron,  how can you do the same with windows?
			.
			.
			.
Being a daemon is OS-dependent.  With Win*, you want
to learn about "Services".  You can install a Python
script as a Win* service approximately as easily as
putting it in cron.
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list