E
Eranga
I want to add a program to windows which will run at a specified time
period which may be changed by the administrator.What I plan to do is
start the program at windows startup and then within that program check
for the correct time to run. Then when the time is equal to the seted
time another program is called Up to this point I can write code. But
after this I want the earlier program to check repeatedly and run the
second one at this interval.
How can I do this in C#?
Thanks in advance to all your help.
period which may be changed by the administrator.What I plan to do is
start the program at windows startup and then within that program check
for the correct time to run. Then when the time is equal to the seted
time another program is called Up to this point I can write code. But
after this I want the earlier program to check repeatedly and run the
second one at this interval.
How can I do this in C#?
Thanks in advance to all your help.