| 1 |
ninoborges |
4 |
MsgBox, 1, Commence Sync Fix, This program will attempt to fix your contact sync problem by adding the word Sync to the comments field.
|
| 2 |
|
|
WinWaitActive, Commence/CLIENT - Crmilton, Rolodex for MWBB Person
|
| 3 |
|
|
Rolodex_MainLoop:
|
| 4 |
|
|
Send, {ENTER}
|
| 5 |
|
|
WinWaitActive, Commence/CLIENT - Crmilton, Item Detail (Person)
|
| 6 |
|
|
Send, {TAB 18}
|
| 7 |
|
|
Send, Sync {SPACE 2}
|
| 8 |
|
|
Send, {ESC}
|
| 9 |
|
|
WinWaitActive, Item Detail (Person), &Yes
|
| 10 |
|
|
Send, ^y
|
| 11 |
|
|
WinWaitActive, Commence/CLIENT - Crmilton, Rolodex for MWBB Person
|
| 12 |
|
|
Send, {DOWN}
|
| 13 |
|
|
Goto, Rolodex_MainLoop |