<div dir="ltr">On Tue, Nov 11, 2014 at 9:53 AM, Mary-Frances McNamee <<a href="mailto:MaryFrances.McNamee@epas-ltd.com">MaryFrances.McNamee@epas-ltd.com</a>> wrote:<br>><br>> I am currently working on a bit of coding for a raspberry pi, I was wondering maybe I could get some advice? I want my program to run for a certain time, for example 7am-2.30am everyday. Is this possible?<br><br><div>You can set up a cron job to start your program every day at whatever time you want: <a href="http://en.wikipedia.org/wiki/Cron">http://en.wikipedia.org/wiki/Cron</a></div><div><br></div><div>To shut down the program, have your program periodically check the time and exit if the time is past the time you want to shut down. Exactly how you do this would depend on how the program is structured.</div></div>