Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'scripts': 0.09; 'creighton': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'scripting': 0.09; 'python': 0.10; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Scheduling': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'gui': 0.18; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'aug': 0.20; 'programming': 0.22; 'am,': 0.23; 'tried': 0.24; 'header:In-Reply- To:1': 0.24; 'script': 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'van': 0.26; 'fri,': 0.27; 'this.': 0.28; 'fine': 0.28; 'interface': 0.29; '-0700,': 0.29; 'kumar': 0.29; 'task': 0.30; 'anyone': 0.32; 'problem': 0.33; 'case,': 0.34; 'schedule': 0.34; 'could': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'being': 0.37; 'received:org': 0.37; 'wrong': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'received:12': 0.81; 'sitting': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Emile van Sebille Subject: Re: Python Scheduling Date: Fri, 7 Aug 2015 08:37:39 -0700 References: <201508071417.t77EHxla005652@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: www.westernstatesglass.com User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <201508071417.t77EHxla005652@fido.openend.se> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438961873 news.xs4all.nl 2939 [2001:888:2000:d::a6]:44572 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95128 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