Noob Posted July 30, 2006 Posted July 30, 2006 Sorry for such basic question, but I just spent 2 hours searching thru Help / Google / Forum, and found no answer :-( How do I tell my script not to run more than one instance?
Helge Posted July 30, 2006 Posted July 30, 2006 (edited) #include <Misc.au3> _Singleton("mycrappyscript") While 1 Sleep(100) WEndEdit : requires beta.. Edited July 30, 2006 by Helge
MHz Posted July 30, 2006 Posted July 30, 2006 Welcome, In the FAQ pinned at top of this forum, and also about 4th page down in the Helpfile contents.
Noob Posted July 30, 2006 Author Posted July 30, 2006 (edited) Helge and MHz, thanks very much for your prompt replies! I'll go with the script in the FAQ as it doesn't require the Beta. My appologies for not noticing it in the FAQ and the Help file ! Edited July 30, 2006 by Noob
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