Jump to content

Check while script continue


Slipk
 Share

Recommended Posts

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

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 by IAMK
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...