I'm making my first script.... Installing WinRAR without interfering. But when the Patch needs to be applied, he stops at the confirmation window. The Window name is "Process succeeded" but he can't seem to find it. Help anyone? Here is the script: Run("WinRAR.3.20.Corporate.Edition.WinAll.Regged.exe") WinWaitActive("WinRAR 3.20") ControlClick ( "WinRAR 3.20", "Install", 1) WinWaitActive("WinRAR Setup", "Associate") ControlClick ( "WinRAR Setup", "OK", 1) WinWaitActive("WinRAR Setup", "WinRAR has been successfully installed to") ControlClick ( "WinRAR Setup", "Done", 1) WinWaitActive("WinRAR") Winclose("WinRAR") FileCopy ( "rarreg.key", "C:\Program Files\WinRAR\rarreg.key" ) FileCopy ( "Patch.exe", "C:\Program Files\WinRAR\Patch.exe" ) Run ( "Patch.exe", "C:\Program Files\WinRAR") WinWaitActive("","WinRaR and DOSrar") ControlClick("","WinRaR and DOSrar",1) WinWaitActive("Process succeeded","OK") ControlClick("Process succeeded","OK",1) Send("!f") WinWaitActive("Process succeeded") ControlClick ( "Process succeeded", "OK", 2)