I have a file processing utility I've created and I need it to execute every day at a specific time to process data. What would be the best way to do this on windows? Someone mentioned WINHOOK to me a while back?
Ok. To take it a step further. Let's say my program processes files in three different locations at different times of the day. Scheduled Tasks will just execute the program, but how would I schedule say, specific functions to execute at specific times?