On 10Jul2011 03:00, Alexander Kapps <[email protected]> wrote: | On 10.07.2011 02:26, John Salerno wrote: | >I have a script that does some stuff that I want to run every day for | >maybe a week, or a month. So far I've been good about running it every | >night, but is there some way (using Python, of course) that I can make | >it automatically run at a set time each night? | | Use your operating system's facilities to run timed jobs. | | Unix/Linux: Cron jobs | Windows: Scheduled Tasks | Mac: don't know, but probably Cron too
Yep. Macs are UNIX, BSD derived. -- Cameron Simpson <[email protected]> DoD#743 http://www.cskk.ezoshosting.com/cs/ USENET: Post to exotic, distant machines. Meet exciting, unusual people. And flame them. - Dan Sorenson, [email protected], DoD #1066 -- http://mail.python.org/mailman/listinfo/python-list
