AutoitMike Posted March 27, 2023 Share Posted March 27, 2023 I discovered a really neat function that was in a script that I found on a forumn that was used to demo a solution to something not really related to what I am looking for. I cant seem to find it. It was something like _Loadlibsys([your script name],[how often to run it in ms] ) It loads your script and runs it every x miliseconds as defined in the function. The help for this function cautions to not to use small values to load and run because this could over tax the cpu This function is way better than a timer. Its almost like a NT service. Anybody know this function?? Thanks Link to comment Share on other sites More sharing options...
Solution Danp2 Posted March 27, 2023 Solution Share Posted March 27, 2023 Almost sounds like you are talking about AdlibRegister. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Developers Jos Posted March 27, 2023 Developers Share Posted March 27, 2023 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
mistersquirrle Posted March 27, 2023 Share Posted March 27, 2023 While it doesn't look like what you're talking about, maybe you want something like I've only looked at this thread before, I haven't used it, but I don't think it's specifically for loading/launching a different script. You could however easily set it up to launch other scripts in the functions that the tasks that are called from this UDF. SOLVE-SMART 1 We ought not to misbehave, but we should look as though we could. Link to comment Share on other sites More sharing options...
AutoitMike Posted March 30, 2023 Author Share Posted March 30, 2023 DanP2 A big fat YES!!!!!!!! Thanks Very Mucho Link to comment Share on other sites More sharing options...
AutoitMike Posted March 30, 2023 Author Share Posted March 30, 2023 Mistersquirrle, This looks nice. I see that I need Taskschduler.au3 to use as the #Include file Cant seem to find it anywhere. Link to comment Share on other sites More sharing options...
mistersquirrle Posted March 30, 2023 Share Posted March 30, 2023 You can find the Scheduler.au3 file and some tests/examples on the GitHub linked in the topic, here: https://github.com/TheDcoder/Scheduler.au3 We ought not to misbehave, but we should look as though we could. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now