Overview:- I need to download a csv file every 10 mins from an intranet site. This is done using a batch file. To ensure that it happens with out any delay, i have set up multiple tasks using Windows tasks scheduler. The tasks runs successfully when i am active on the desktop. Task fails when i logout. So to keep them active during weekend i keep my system locked.
Trouble:- When kept locked all the task begin to run simultaneously failing to update the file.
Question:- How can this be prevented.