This is used when you want to set the Time trigger. The "-t" tells the program it's a Time trigger, and the six digits after are used to set the shutdown time. The first two are the hours, the next two are the minutes and the last two are the seconds (e.g.. HHMMSS).
So "t123456" represents 12:34:56 PM. The time MUST be entered in 24 hour format and ALL SIX digits must be used. By this I mean that if you wanted to set the time for 1 o'clock in the morning you would use "t010000".
NOTE: The hours should be between 00 and 23, and the minutes and seconds should be between 00 and 59.
This is used when you want to use the Internet Connection trigger. The two digits that follow the 'i' are the time (in seconds) the program should wait before triggering the shutdown. The default is 60 and again you must use both digits e.g. If you only want the program to wait 7 seconds then you must write 07.
NOTE: The value must be between 01 and 60.
This is used when you want to set the CPU Usage trigger. The four digits that follow the "-u" configure the settings. The first two are the Target CPU Usage and the last two are how long the CPU must be under that usage to shutdown. So for '3059' the CPU usage must be under 30% for 59 seconds. Again, all four digits must be used so if you wanted to use 8% then you would write it 0859.
NOTE: CPU Usage must be between 01 and 99, and the wait value between 01 and 60.
This is used when you want to set the Countdown trigger. Similar to the Time trigger, the trailing six digits are used to set the hours, minutes and seconds (HHMMSS). For example "d123456" will be triggered after 12 hours, 34 minutes and 56 seconds.
NOTE: The hours should be between 00 and 23 and the minutes and seconds between 00 and 59. The maximum countdown is 23 hours, 59 minutes and 59 seconds. e.g. "-d235959"
This trigger is instantaneous. As soon as it's called, the computer will shutdown.
|