Help for this page
# Create a notepad window and check we can find it system("cmd /c start notepad.exe \"README\""); ... my $notepad = $windows[0]; my @edits = FindWindowLike($notepad, "", "Edit"); is(@edits, 1, "Edit window found within notepad");