Skip to content

Instantly share code, notes, and snippets.

@rschuetzler
Created August 24, 2012 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rschuetzler/3456844 to your computer and use it in GitHub Desktop.
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
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