Page 1 of 1
Close After Running Process/Application
Posted: Sun Jan 21, 2018 7:26 am
by Googie85
I am trying to run only one instance of my application and if it detects its already running then exit the program. Could someone point me in the right direction as I have checked the dictionary and forums...
Many Thanks,
Googie.
Re: Close After Running Process/Application
Posted: Sun Jan 21, 2018 11:57 am
by Klaus
Hi Googir,
all build-in, just a "dummy" relaunch handler to your standalone stack script:
Code: Select all
on relaunch
## nada...
end relaunch
Best
Klaus
Re: Close After Running Process/Application
Posted: Mon Jan 22, 2018 1:50 am
by Googie85
Thank you sooooo much Klaus!!!!!!!!