Hi,
I have a Windows Service set up which executes an Exe file, A. This exe file is supposed to execute another exe file,B, at a certain time. The file A has a step where it checks for the current time and executes another executable file B if it is pass certain time. We wanted to move the time from 1AM to 2AM. A is recompiled with the new time (2AM) and moved to the directory that the service looks for to execute. But the the service doesn't seem to recognize the new time at all.
We stopped and restarted the service and rebooted the machine.
Why is it not recognizing the new time? Anything else I need to do besides deleting the service and restart from the scratch.
Thanks.
I have a Windows Service set up which executes an Exe file, A. This exe file is supposed to execute another exe file,B, at a certain time. The file A has a step where it checks for the current time and executes another executable file B if it is pass certain time. We wanted to move the time from 1AM to 2AM. A is recompiled with the new time (2AM) and moved to the directory that the service looks for to execute. But the the service doesn't seem to recognize the new time at all.
We stopped and restarted the service and rebooted the machine.
Why is it not recognizing the new time? Anything else I need to do besides deleting the service and restart from the scratch.
Thanks.