WinWaitActive("Notepad", "")
Send("!s")
WinWaitActive("Save As", "")
Sleep (1000)
; Send the name we found was next in line
Send(@DesktopCommonDir & "abcd" & ".text")
Sleep(1000)
Send("!s")
Send("!s")
WinWaitActive("Save As", "")
Sleep (1000)
; Send the name we found was next in line
Send(@DesktopCommonDir & "abcd" & ".text")
Sleep(1000)
Send("!s")