[Tutor] Timer with exe command

2011-02-28 Thread Kaden McLaws
I would like to set up the following using python: A timer that is activated when a user logs on to our computer, then shuts the computer down when the timer runs out (no matter what, ending all programs). First, a raw input is used, so that if you know the password, you may shut off the

Re: [Tutor] Timer with exe command

2011-02-28 Thread Wayne Werner
On Sun, Feb 27, 2011 at 9:02 PM, Kaden McLaws killerpanca...@msn.comwrote: I would like to set up the following using python: A timer that is activated when a user logs on to our computer, then shuts the computer down when the timer runs out (no matter what, ending all programs). First, a

Re: [Tutor] Timer with exe command

2011-02-28 Thread Corey Richardson
On 02/27/2011 10:02 PM, Kaden McLaws wrote: I would like to set up the following using python: A timer that is activated when a user logs on to our computer, then shuts the computer down when the timer runs out (no matter what, ending all programs). First, a raw input is used, so that if

Re: [Tutor] Timer with exe command

2011-02-28 Thread Corey Richardson
On 02/28/2011 03:30 PM, Corey Richardson wrote: On 02/27/2011 10:02 PM, Kaden McLaws wrote: I would like to set up the following using python: A timer that is activated when a user logs on to our computer, then shuts the computer down when the timer runs out (no matter what, ending all

Re: [Tutor] Timer with exe command

2011-02-28 Thread Alan Gauld
Kaden McLaws killerpanca...@msn.com wrote I would like to set up the following using python: A timer that is activated when a user logs on to our computer, then shuts the computer down when the timer runs out You can do that from the Operating System, no programming required. But hopw you do