Re: exit application script
- From: "McKirahan" <News@xxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 20:37:59 -0600
"Penny" <Penny@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D9C821CE-CC4E-4F10-AA58-6FC2B6437A30@xxxxxxxxxxxxxxxx
I have an application that has a limited amount of licenses. I'm toldthat
the amount of licenses we've got for this application is sufficient, but
there are users who stay logged into the application all day and not even
using it.
Anyways the application doesn't natively have a mechinism for exiting the
user out of the application if it's been idle for a set amount of time.
Is there a way to write a script that exits the application if the user
hasn't used it for 25 minutes? It sounds reasonable enough.
How would you determine that it has been idle for some period?
Perhaps constantly monitoring the CPU usage of the process?
Do you have access to the application's source code?
Have you tried contacting the vendor for a solution?
An alternative might be to have a script ask the user periodically
"Are you using the application?" and if they either respond "No"
or don't respond with in a short time then you exit the application.
As a user I wouldn't like the constant interruption but it's one way.
.
- Follow-Ups:
- Re: exit application script
- From: Todd Vargo
- Re: exit application script
- Prev by Date: Re: Input box
- Next by Date: Re: exit application script
- Previous by thread: Multiple WMI event sinks in an HTA
- Next by thread: Re: exit application script
- Index(es):
Relevant Pages
|