Scheduled task every day

  • Thread starter Thread starter Michele
  • Start date Start date
M

Michele

Hi there,
I would like to schedule the execution of a task every day (i.e. at
5:00PM). *If* the computer is not powered at 5:00, the task has to be
executed at first boot.

I've tried to look for this option on the menus, but I haven't find
anything.

Any ideas?

Thanks
 
Michele said:
Hi there,
I would like to schedule the execution of a task every day (i.e. at
5:00PM). *If* the computer is not powered at 5:00, the task has to be
executed at first boot.

I've tried to look for this option on the menus, but I haven't find
[found?]
anything.

Any ideas?

Thanks

There is no option for this requirement. You would have to
place your task into a batch file that checks at boot time
if more than 24 hours have elapsed since the task was last
executed. If you want to go down this path, post full details
about your task and how you invoke it.
 
Back
Top