npocmaka / batch.scripts

batch script utils and examples by npocmaka -
https://www.linkedin.com/in/npocmaka/
MIT License
1.06k stars 863 forks source link

sendKeys.bat does not work if the window is minimized #34

Open shelper opened 3 years ago

shelper commented 3 years ago

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?