qwert Posted September 2, 2014 Posted September 2, 2014 Like most, I've used _Singleton() to limit to a single executing copy of a script. But, now, I have the opposite problem, where a user can validly run several copies of the same script ... each with its independent GUI. Can someone suggest a good way to 1) determine if multiple copies are running and, if there are, 2) compile a table of "unique handles". I'd like to be able to use the handles to cycle through the copies ... and even send keys to individual scripts. I'm trying to get my bearings before I dive into this one. Thanks for any help.
JohnOne Posted September 2, 2014 Posted September 2, 2014 ProcessList() WinList() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
qwert Posted September 3, 2014 Author Posted September 3, 2014 Thanks for those. WinList() works well for my current needs. I've never worked with either function. I appreciate your help.
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