Does anyone have suggestions for an approach to executing a dtml method nightly? The platform is Windows 2000, and I have access to the Task Scheduler to run python and perl scripts from the command line. Thanks! Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Task scheduler will happily run a job for at your schedule. Make that job a simple Perl or Python script that calls the dtml method either through http or xmlrpc. ----- Original Message ----- From: <hpinson@indepthl.com> To: <zope@zope.org> Sent: Wednesday, April 03, 2002 10:26 AM Subject: [Zope] W2K Cron Question
Does anyone have suggestions for an approach to executing a dtml method nightly?
The platform is Windows 2000, and I have access to the Task Scheduler to run python and perl scripts from the command line.
Thanks!
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
hpinson@indepthl.com writes:
Does anyone have suggestions for an approach to executing a dtml method nightly?
The platform is Windows 2000, and I have access to the Task Scheduler to run python and perl scripts from the command line. You can use "XML-RPC" from a Python/Perl script or "ZPublisher.Client" from Python.
There is a short section about "ZPublisher.Client" in <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter
participants (3)
-
Andy McKay -
Dieter Maurer -
hpinson@indepthl.com