Jump to content

Sjoenie

Members
  • Posts

    3
  • Joined

  • Last visited

Sjoenie's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Sorry guys but none of the above worked. Coepsx, i see now what you mean, but don't know how this must help me. I think it's something to do with the Patch executable... when the first result screen appears, he won't continue the script. Any other ideas?
  2. CoePSX, could u explain a little simpler please? Mike, Yes i've used Window Info tool. Think I did it all correct. The other lines above are working just fine. I've added the screenshot where the script stops.
  3. 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)
×
×
  • Create New...