Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run macro at scheduled repeated time
#2
Macro Macro3195
Code:
Copy      Help
DateTime now.FromComputerTime t=now
SYSTEMTIME k=t.ToSYSTEMTIME
if(k.wSecond>=10) t.AddParts(0 0 1); k=t.ToSYSTEMTIME
k.wSecond=10
t.FromSYSTEMTIME(k)
out F"now={now.ToStr(4)}  run={t.ToStr(4)}" ;;disable this line
double after=(t-now)/10000000.0
out after ;;disable this line
wait after
mes "MACRO"


Messages In This Thread
Run macro at scheduled repeated time - by asgro - 10-30-2021, 05:43 PM
RE: Run macro at scheduled repeated time - by Gintaras - 10-30-2021, 06:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)