clearing popup messages

  • Thread starter Thread starter Henry
  • Start date Start date
H

Henry

Hi all
I have a situation where I continuously get popup messages
on my server when it gets 2 busy 2 process some requests.
This eventually causes the server to run out of virtual
memory. I have a batch job that I use to kill all the
pending processes but it doesn't get rid of the popup
messages. So I only solve 50% of the problem.

Any idea how I can get rid of these messages without
clicking?
Thanks
 
When do the popup messages say? What is your server so busily doing when the
popups occur?

\\ MadDHatteR
 
I'd use a looping AutoIt or Kixtart script to watch for the presence of the
pop message window and send the keystoke to close it.
 
Back
Top