--- In [email protected], Grumpy Gamer <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I have a program installed that has an annoying habit of popping > itself onto the top of every other open window whenever it finishes > performing an action. Is there any command in PowerPro that could stop > it from doing so?
File.delete(".../the.exe")
Or you could have a timer or scheduled event to runs once per second
and does a Windows NoTTop on the window the program it displays.
