1
Post New Requests Here / Re: IDEA: program to prevent specified programs from being closed without confirm
« Last post by go197 on December 28, 2006, 05:02 PM »Thanks for letting me know. I'll check it out.
Just a thought
Your problem is having a program still running that can no longer access the drive, because the drive has disconnected due to lack of activity.
It would not be to hard to have a AHK script send a tiny write/delete to the encrypted drive every 'x' minutes whenever Outlook/Onenote is open (IfWinExists)
Keeping the encrypted drive active until you close Outlook/Onenote
is this a option ?
..dB..
doublebogey-doublebogey (December 27, 2006, 01:49 PM)
I imagine something like "check if PROGRAM's window is active" (If WinActive, check out http://www.autohotke...om/docs/commands.htm) - if it hasn't been active for x minutes -> close PROGRAM.Would this work if the Outlook window was the only window open? If not, then I guess I'm needing something that monitors the activity (or lack of it) happening with the program or maybe there is a creative way to get the same effect.-brotherS (December 22, 2006, 04:39 AM)
Just let me straighten out some stuff: The time that it'd wait before closing the programs would be the same for all of them, right?Yes, that would work for me since any i/o to the "drive" resets the "drive's" idle timer. For example, if Outlook and OneNote were both open but I was only doing anything in Outlook, that would be enough to keep the "drive" open and therefore OneNote is safe from the "drive" closing too.-jgpaiva (December 22, 2006, 09:16 AM)
Also, would you like it to close the program's windows or to terminate the processes?A nice gentle "close" would be best I guess, if that's an option.-jgpaiva (December 22, 2006, 09:16 AM)