The following script used to work before updating to Windows XP Pro, AutoIt v3 and IE7... so I dont know which update caused this error:
"(Null) could not be found. Make sure name is correct any retry. Click on Start and Search to search for a file"
Here is my code:
run ("D:\Programme\Internet Explorer\IEXPLORE.EXE")
WinWaitActive("Google")
Send("!S")
Opt("WinWaitDelay", 1500)
Send("www.WEBSITE.php")
Opt("WinWaitDelay", 2500)
Send("{ENTER}")
WinWaitActive("WINDOW_TITLE")
Opt("WinWaitDelay", 2500)
Send("{TAB 2}")
Send("ID_NR")
Sleep (3000)
Send("{TAB}")
Send("PASSWORD")
Send("{ENTER}")
;Opt("WinWaitDelay", 2500)
;WinSetState("WINDOW_TITLE", "", @SW_RESTORE)
;WinSetState("WINDOW_TITLE", "", @SW_MAXIMIZE)