Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

timed event

Status
Not open for further replies.

dswitzer

Technical User
Aug 2, 2002
298
US
I'm having trouble finding a way to trigger an event at a specified time.

How can I set something off at say: 5:30pm every day without using a lot of system resources?

Thanks.

Dave
 
If the application is not to run continuously, then schedule it in the Windows Task Scheduler. Otherwise, use a timer to check the current time every 60 seconds.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top