Welcome, Guest. Please login or register.
Did you miss your activation email?


Recent news:

March 10, 2010 - Keybreeze is now a 100% free, open source application. The new version includes everything that was previously in the Professional Edition. Update now.


   Home   Help Search Login Register  
 

Pages: [1]
  Print  
Author Topic: Shutdown at this time ... or after this much time elapses  (Read 2190 times)
jamesthehockeyguy
Power User

Posts: 9


View Profile
« on: October 05, 2007, 03:05:16 PM »

I love the "shutdown" keyword.  However, I'd like to be able to tell it to shutdown after 5 minutes, or 10 minutes, or 30 seconds, or whatever.

If you're curious, the reason is because I have a program that does backups for me.  Sometimes I tell it to run after I'm done using the computer (it slows down the computer too much).  I'd like to tell my computer to shutdown in 1 hour so that it won't interrupt the backup process.
Logged
Andrew Langford
Administrator
Power User

Posts: 144


View Profile
« Reply #1 on: October 08, 2007, 10:39:32 AM »

You can do this with Keybreeze Professional Edition.  It has a task scheduler that lets you set up keywords to run automatically at certain times.  In your case, you could schedule the "shut down" keyword to automatically run in one hour.
Logged
lanp16108103
New member

Posts: 2


View Profile
« Reply #2 on: October 09, 2007, 08:17:33 PM »

On windows, you can call Shutdown.exe with several parameters

shutdown -s -t 3600
will shutdown your computer afer a 1 hour delay  (3600 seconds)

open a command prompt and type "shutdown -?" to have command line switches description

Then you can easily create a keybreeze shortcut with your custom command...

Not that the "shutdown -a" command is usefull to _A_bort the shutdown sequence.  Also, don't forget to put the -s or -r parameter BEFORE the -t option.  shutdown.exe doesn't seem to process the -t option without them and closes Windows immediately   Cry
Logged
jamesthehockeyguy
Power User

Posts: 9


View Profile
« Reply #3 on: October 10, 2007, 05:25:04 PM »

Good to know.  Thanks all!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!