Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- f1::
- WinGetTitle, Title1, A
- Loop, 9999 {
- send, % format("{:04}",A_Index-1) "{Enter}"
- Sleep, 500
- WinGetTitle, Title2, A
- if (Title1 != Title2)
- {
- Break
- }
- }
- msgbox, Done
- return
- f2::
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment