Hi,
I have written a large AutoIT script which monitors multiple aspects of a program. It is contains service checking as well as specific db connection and look ups. Currently the way I've designed this is to define each of these functions on one script and then write a separate script with an include to call them. I would like to find a way that I can schedule certain functions within this script at different times to others.
I am aware that I can compile this script and use windows scheduler to call it but I wanted to know if there is a way I can call specific functions or parts of the script without having to compile multiple different exes?
Thanks,
Rob