Jump to content

Pause on the first window ! Help me !


Alex Lau
 Share

Recommended Posts

hi ,

can anyone help to check my script below ? it's always paused on the first window when i run it , i don't know what's happened, i have ran many test for this script , sometime succesfully and sometimes failed.

i don't know what can i do.

----------------------------------------------------------------------

$answer = MsgBox(64+4, "SAP GUI Upgrade", "This program will upgrade SAP GUI from 6.20 to 6.40. do you want to do it now ?")

If $answer = 7 Then

Exit

EndIf

RunAsSet("Administrator", "xxxxx", "xxxxxx")

RunWait("\\172.16.16.39\mis\source\sapgui640\setup.exe")

WinWaitActive("SAP Front-End Configuration Wizard - [step 1 of 2]")

;The script pasued on the window above , but when i run the script again, it will pass, and there two AutoIt icons in the system icon area!!!

Send("{Enter}")

WinWaitActive("SAP Front-End Configuration Wizard - [step 2 of 2]")

Send("{Enter}")

WinWaitActive("SAP Front-End Setup Wizard")

Send("{Enter}")

RunAsSet()

$answer = msgbox(0, "SAP GUI Upgrade", "Completed!")

------------------------------------------------------------------------

Thank you very much !!!

post-18144-1164078169_thumb.jpg

Edited by Alex Lau
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...