[Catalog-sig] RE: time

Lyle Johnson ljohnson@resgen.com
Fri, 20 Apr 2001 14:00:36 -0500


> Hi!
> I have a program I will to start one time everey hour.
> How could I do this?
> It should start by itself.
> It=B4s a program that will download homepages.
> /Martin Johansson
> 045521104@telia.com

Well, on Unix operating systems (including Linux) you'd use a cron job; see
the manual pages for cron for more details. Under Windows NT I think you can
use the AT command but I'm completely unfamiliar with how that works.

Of course this has absolutely nothing at all to do with the Python Catalog
SIG ;)