Hi em02044,
I made something similar a while back, though I use it for shutting the computer down when it has been inactive or not playing a movie for X number of minutes, then I don't need to remember to setup the shutdown timer. Yours actually looks much nicer than mine. Just thought you might be interested in seeing what I did, and if you decided to add a feature similar to my "shutdown if idle for x", I would probably switch to yours.
I had also planned on adding a feature to allow listing certain applications that would cause the script to abort the shutdown. For example if you had winword.exe running, you might not want the script to force a shutdown because you could lose an unsaved Microsoft Word document, or my girlfriend leaves Sims3 running and doesn't want to lose her game.
I look forward to your next versions.
Here's a link to mine if you have any interest in using parts of it.
http://www.autohotke...topic63227.htmlLike sumon, I'm also mildly interested in what your thoughts are as far as licensing. I run a computer shop and may have a small number of clients that might find a compiled version of interest (figuring out how to run scripts is more than most of them would want to do).
You are probably familiar with some of them, but if not here are a couple of suggestions. I find the BSD license to be a bit more flexible.
GPL - Use if you want to let others distribute your software, but they must include source
http://www.gnu.org/licenses/gpl.htmlBSD - Use if you want to let people use how they wish, but still include your name and copyright info.
http://www.opensourc...bsd-license.php