kanber Posted April 9, 2021 Share Posted April 9, 2021 Hi, Is there any way to check runtime.ctlis running or not? I want to don't allow user to make mistake to open second runtime.ctl file. Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted April 10, 2021 Share Posted April 10, 2021 Not built in. You could try and implement something using a registry variable or file. I would do it by writing a timestamp to that registry variable/file every few seconds and then when an instance starts, it reads it and if the time stamp is within, say, 10 seconds of the current time, it displays a message and quits. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.