monte Posted October 17, 2007 Posted October 17, 2007 Hello, I can't seem to figure this out. How does my script check to see if it's already running and exit if found..to prevent duplicates running. the following doesn't work, the compiled exe won't even load and I can't use a if winexists() because I'm not making a gui, it's strickly a systemtray with hotkeys. if processexists("myScriptName.exe") then exit
Developers Jos Posted October 17, 2007 Developers Posted October 17, 2007 look at _Singleton() in the helpfile 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.
Valuater Posted October 17, 2007 Posted October 17, 2007 There are 3 herehttp://www.autoitscript.com/forum/index.ph...st&p=4198268)
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