zeffy Posted September 1, 2010 Share Posted September 1, 2010 Hi, I've been trying to figure out how to check to see if a Singleton occurrence name has been registered or not, without registering it (which is what _Singleton("test", 1) would do), does anyone know how to do this? Thanks. Link to comment Share on other sites More sharing options...
wakillon Posted September 1, 2010 Share Posted September 1, 2010 Hi, I've been trying to figure out how to check to see if a Singleton occurrence name has been registered or not, without registering it (which is what _Singleton("test", 1) would do), does anyone know how to do this? Thanks.Without using _Singleton ? use processlist function for find it . AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
zeffy Posted September 2, 2010 Author Share Posted September 2, 2010 Without using _Singleton ? use processlist function for find it .If I wanted to just look for the script's process name I'd just use ProcessExists, but what I want to do is check to see if the mutex that _Singleton registers, is already registered, ProcessList doesn't do this. Link to comment Share on other sites More sharing options...
trancexx Posted September 2, 2010 Share Posted September 2, 2010 Go with OpenMutex in that case. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
zeffy Posted September 3, 2010 Author Share Posted September 3, 2010 Sweet, thanks man. 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