"Kent Johnson" <[EMAIL PROTECTED]> wrote

> You might want to learn how to use your OS's scheduler to do this 
> part.
> I don't know what it is on Windows though.


Start->Settings->Control Panel-Scheduled Tasks->Add New Task

Starts a wizard.

You can also try the 'at' command:

-------------- C:\> help at ------------
The AT command schedules commands and programs to run on a computer at
a specified time and date. The Schedule service must be running to use
the AT command.

AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
AT [\\computername] time [/INTERACTIVE]
    [ /EVERY:date[,...] | /NEXT:date[,...]] "command"
--------------------------------------


-- 
Alan Gauld
Author of the Learn to Program web site
Temorarily at:
http://uk.geocities.com/[EMAIL PROTECTED]/
Normally:
http://www.freenetpages.co.uk/hp/alan.gauld 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to