packrat 0 Posted September 13, 2007 Does AutoIt have a built-in capability of preventing more than one instance of a script running, or does one have to create a "flag" file for a script to programmatically check before it continues? Thanks in advance! Harvey Share this post Link to post Share on other sites
Jos 2,277 Posted September 13, 2007 check _Singleton() SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
packrat 0 Posted September 13, 2007 check _Singleton()Thanks! I also just noticed that the AutoIt FAQ had an entry about this--duh!Harvey Share this post Link to post Share on other sites