![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I am building task to collect data from a server every hour. I have completed the task and I have converted it to an exe. Now I want to set it up to run every hour and would rather not use windows scheduler. Is there another way to do this? Terry Martin |
| |||
| Hello Terry, Other option is to set teh Repeat property for the task to 'Repeat Until I Stop' (or any other applicable value) with repeat interval of 60 seconds and then compile an exe. Doing this will embed the Repeat property into the exe itself and when you run the exe, it will repeat until someone stops it. Hope that helps! |