patrickdrd
Programmer
Good Morning guys!
I have the following problem: I wrote a VB module, compiled it as an exe, wanted it to run on a schedule
(daily, every one hour), tried doing so by adding it to the task scheduler, but it didn't work!
When I selected run from my task's right click options, the message I got was "Could not start"!
After surfing on the net for this issue, I saw that maybe I had to do it with a timer,
i.e. my app would be running all the time, and the timer could make it run every hour.
However, I'm not so much familiar with timers (if that's the proper solution). Could someone give
me a hint on this?
Thanks in advance guys!
I have the following problem: I wrote a VB module, compiled it as an exe, wanted it to run on a schedule
(daily, every one hour), tried doing so by adding it to the task scheduler, but it didn't work!
When I selected run from my task's right click options, the message I got was "Could not start"!
After surfing on the net for this issue, I saw that maybe I had to do it with a timer,
i.e. my app would be running all the time, and the timer could make it run every hour.
However, I'm not so much familiar with timers (if that's the proper solution). Could someone give
me a hint on this?
Thanks in advance guys!