Slipk Posted August 22, 2018 Share Posted August 22, 2018 Hello, I have a script where it's necessary to verify if an input have a specified value. At the same time I want the script to work without pausing while checking that and if the input change the value to do a function. I've tried several times but I don't get it how I should do that. Thank you! Link to comment Share on other sites More sharing options...
IAMK Posted August 22, 2018 Share Posted August 22, 2018 (edited) I'm assuming you're talking about a GUI, rather than InputBox()? I would have 1 script for the actual running in the background, then have a separate GUI script which updates a file. The other script will keep checking that file for changes and change its behaviour accordingly (function call or parameter or whatever). Or you can try: https://www.autoitscript.com/autoit3/docs/functions/AdlibRegister.htm Edited August 22, 2018 by IAMK Slipk 1 Link to comment Share on other sites More sharing options...
Slipk Posted August 22, 2018 Author Share Posted August 22, 2018 Thank you! AdlibRegister is what I was searching for. 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