batch.scripts
batch.scripts copied to clipboard
sendKeys.bat does not work if the window is minimized
I am trying to use sendKeys to bring a window to foreground by sendKeys "window title" ""
but seems it only works if the window is hidden, if it is minimized, then this will not work..
is there a way to add this feature of restore minimized window?