Created
August 24, 2012 22:59
-
-
Save rschuetzler/3456844 to your computer and use it in GitHub Desktop.
Automatically click through the "Choose Profile" option with Google Calendar Sync and Outlook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while 1 | |
{ | |
IfWinExist Choose Profile | |
{ | |
WinActivate | |
Send {Enter} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment