This has been updated and moved here: https://gist.github.com/codeartery/0ea3a74e92d39ce520cffb05a8b99446
Last active
September 5, 2020 14:13
-
-
Save simply-coded/019a8b299f9d0bfb2625496c80de78f1 to your computer and use it in GitHub Desktop.
AppActivate alternative that works even if the window is minimized in VBScript.
What a brilliant script! It really seems to be a solution to activate windows that is working smoothly.
The only problem I had was a popup caused by a typo in line 9 of ShowWindow.vbs and line 26 of usage.vbs: "&null =..." must be corrected to "$null =...".
Thanks a lot for publishing this gem!
Didn't even notice that. Thanks, I have updated it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What a brilliant script! It really seems to be a solution to activate windows that is working smoothly.
The only problem I had was a popup caused by a typo in line 9 of ShowWindow.vbs and line 26 of usage.vbs: "&null =..." must be corrected to "$null =...".
Thanks a lot for publishing this gem!