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


Groups > comp.lang.python > #95128 > unrolled thread

Re: Python Scheduling

Started byEmile van Sebille <emile@fenx.com>
First post2015-08-07 08:37 -0700
Last post2015-08-07 08:37 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#95128 — Re: Python Scheduling

FromEmile van Sebille <emile@fenx.com>
Date2015-08-07 08:37 -0700
SubjectRe: Python Scheduling
Message-ID<mailman.1310.1438961873.3674.python-list@python.org>
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


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web