Author Topic: Time of Day  (Read 1544 times)

0 Members and 1 Guest are viewing this topic.

DHHJ

  • $upporter
  • Contributor
  • *****
  • Posts: 62
  • Karma: 1
    • View Profile
Time of Day
« on: February 25, 2012, 05:38:27 PM »
Is there anyway I can fire an event based on the time of day or day of week or day/month, etc.?

VC.SetEventTimer sort of starts the idea- anyway to improve on it?

I guess I could look at some EG Python work using eg.Scheduler but I'd rather not!

Thanks.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7712
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Time of Day
« Reply #1 on: February 25, 2012, 05:53:53 PM »
not at the moment.  currently you need to use EventGhost or a windows task scheduled event.

I actually prefer the task scheduler and I use it myself.  Not really, my computer just asks me if I'm "getting sleepy" at 10 o'clock every night.  It still makes me laugh most of the time.  To use the task scheduler you just need to call udpsender.exe with some parameters.  I think there was a post around here someone already on this topic...

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7712
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Time of Day
« Reply #2 on: February 25, 2012, 05:57:08 PM »
« Last Edit: March 09, 2014, 10:31:29 PM by nime5ter »