Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95128

Re: Python Scheduling

From Emile van Sebille <emile@fenx.com>
Subject Re: Python Scheduling
Date 2015-08-07 08:37 -0700
References <CADt7dgkuecsFG22HzF1SCvPq10zFx+BkhbtvyH7XpU_YJ8Sp9A@mail.gmail.com><mq2cvk$i1c$1@ger.gmane.org> <201508071417.t77EHxla005652@fido.openend.se>
Newsgroups comp.lang.python
Message-ID <mailman.1310.1438961873.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 8/7/2015 7:17 AM, Laura Creighton wrote:
> In a message of Fri, 07 Aug 2015 06:48:32 -0700, Emile van Sebille writes:
>> On 8/6/2015 11:06 AM, sairam kumar wrote:
>>> Hi Experts,
>>>
>>>       I am Automating some repetitive works through Sikuli and Python
>>> scripting languages.I have multiple workflows.i need to schedule this
>>> script for every two hours.can anyone guide me how to schedule the scripts
>>> for every two hours.
>>>
>>> is there any way to schedule the python programming through Task scheduler
>>> in windows platform.
>>>
>>
>> The windows task scheduler works fine -- have you tried it?
>>
>> Emile
>
> I think his problem is that he wants  a way to do this that doesn't
> involve having a human being sitting at a console using a gui to communicate
> with the task scheduler, but I could be wrong about this.

In that case, 'at' provides a command line interface for the windows 
task scheduler...

Emile


Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Scheduling Emile van Sebille <emile@fenx.com> - 2015-08-07 08:37 -0700

csiph-web