rajyalakshmi has asked for the wisdom of the Perl Monks concerning the following question:

HI All,

My perl script invokes an exe file. Before exe.file is seen in foreground,a "warning" window is seen which closes by clicking on "ok" button (or "enter")in that window

So my script must be able to find that "warning" window and close it.

Can u please tell which methods i can use.i tried using "FindWindowLike() function,but i am not able to close the window

Replies are listed 'Best First'.
Re: Finding a window and closing it
by marto (Cardinal) on Nov 05, 2009 at 13:06 UTC

    Perhaps you shoud read the documentation for Win32::GuiTest, learn how it works, try the Examples, stop ignoring posting advivce, then if you still need help, ask a question properly, showing the code you have, and the problems you've experienced.

    Martin