Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Shutdown Computer
#1
Here is a simple macro, that really doesn't do much. You can just preset a time for your computer and when it hits that time, your computer shuts down, nothing special. But I use it sometimes.

Macro
Code:
Copy      Help
str s st
st="12:00 AM" ;;Shutdown Time
rep
,s.time("-" "h:mm tt")
,if s=st
,,shutdown 3
,,end
,1
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)