Close After Running Process/Application

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Close After Running Process/Application

Post by Googie85 » Sun Jan 21, 2018 7:26 am

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.

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Close After Running Process/Application

Post by Klaus » Sun Jan 21, 2018 11:57 am

Hi Googir,

all build-in, just a "dummy" relaunch handler to your standalone stack script:

Code: Select all

on relaunch
  ## nada...
end relaunch
:D

Best

Klaus

Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Re: Close After Running Process/Application

Post by Googie85 » Mon Jan 22, 2018 1:50 am

Thank you sooooo much Klaus!!!!!!!!

Post Reply

Return to “Windows”