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!

Timer

Status
Not open for further replies.

rskiko

Programmer
Mar 17, 2004
10
TN
Hi,
I want to know how to execute a function automatically at a specific time every month ( 1st day of the month).
Thanks in advance.
 
Why not set it up as a Windows scheduled task?

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Yup. I would use the Windows scheduler for that.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Using windows scheduler mean's that i have a .exe file as I know. But I have a code that must be run at a specefic time given as a parameter to the class.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top