Jump to content

the1night

Yeni Üye
  • Posts

    4
  • Joined

  • Last visited

Posts posted by the1night

  1. arkadaşlar ben 1 program yaptın programlan ama ekranı gizlemeyi anlamadım kodları veriyorum nereye ekleniceğini söylerseniz sevinirim kolay gelsin :D

    Run('add.exe')

    WinWait("Setup - AusLogics Disk Defrag","Welcome to the AusLo")

    If Not WinActive("Setup - AusLogics Disk Defrag","Welcome to the AusLo") Then WinActivate("Setup - AusLogics Disk Defrag","Welcome to the AusLo")

    WinWaitActive("Setup - AusLogics Disk Defrag","Welcome to the AusLo")

    Send("{ENTER}")

    WinWait("Setup - AusLogics Disk Defrag","Please read the foll")

    If Not WinActive("Setup - AusLogics Disk Defrag","Please read the foll") Then WinActivate("Setup - AusLogics Disk Defrag","Please read the foll")

    WinWaitActive("Setup - AusLogics Disk Defrag","Please read the foll")

    Send("{TAB}{UP}{ENTER}")

    WinWait("Setup - AusLogics Disk Defrag","Select Destination L")

    If Not WinActive("Setup - AusLogics Disk Defrag","Select Destination L") Then WinActivate("Setup - AusLogics Disk Defrag","Select Destination L")

    WinWaitActive("Setup - AusLogics Disk Defrag","Select Destination L")

    Send("{ENTER}")

    WinWait("Setup - AusLogics Disk Defrag","Select Start Menu Fo")

    If Not WinActive("Setup - AusLogics Disk Defrag","Select Start Menu Fo") Then WinActivate("Setup - AusLogics Disk Defrag","Select Start Menu Fo")

    WinWaitActive("Setup - AusLogics Disk Defrag","Select Start Menu Fo")

    Send("{ENTER}")

    WinWait("Setup - AusLogics Disk Defrag","Select Additional Ta")

    If Not WinActive("Setup - AusLogics Disk Defrag","Select Additional Ta") Then WinActivate("Setup - AusLogics Disk Defrag","Select Additional Ta")

    WinWaitActive("Setup - AusLogics Disk Defrag","Select Additional Ta")

    Send("{ENTER}")

    WinWait("Setup - AusLogics Disk Defrag","Completing the AusLo")

    If Not WinActive("Setup - AusLogics Disk Defrag","Completing the AusLo") Then WinActivate("Setup - AusLogics Disk Defrag","Completing the AusLo")

    WinWaitActive("Setup - AusLogics Disk Defrag","Completing the AusLo")

    Send("{SPACE}{ENTER}")

    #endregion --- ScriptWriter generated code End ---

×
×
  • Create New...