Jump to content

wiyan

Yeni Üye
  • Posts

    4
  • Joined

  • Last visited

About wiyan

Recent Profile Visitors

2683 profile views

wiyan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. üstadlar corel knockout2 programı için yaptığım kodlarda bir yanlışlık mı var kurulum ekranı gizlenmiyor. sadece send komutu ile yapılan işlemler gözükmüyor yardımcı olursanız sevinirim.. Run('kSetup.exe') WinWait("Welcome","Welcome to the Knock") WinSetTrans("Welcome","Welcome to the Knock",1) if Not WinActive("Welcome","Welcome to the Knock") then WinActivate("Welcome","Welcome to the Knock") _WinWaitActivate("Welcome","Welcome to the Knock") Send("{TAB}{TAB}{ENTER}") WinWait("Software License Agreement","Please read the foll") WinSetTrans("Software License Agreement","Please read the foll",1) if Not WinActive("Software License Agreement","Please read the foll") then WinActivate("Software License Agreement","Please read the foll") _WinWaitActivate("Software License Agreement","Please read the foll") Send("{TAB}{TAB}{ENTER}") WinWait("Serial Number Page","Please enter your na") WinSetTrans("Serial Number Page","Please enter your na",1) if Not WinActive("Serial Number Page","Please enter your na") then WinActivate("Serial Number Page","Please enter your na") _WinWaitActivate("Serial Number Page","Please enter your na") Send("{TAB}{SHIFTDOWN}{TAB}{SHIFTUP}reklam{TAB}ko20crd-0019351-rku{TAB}{TAB}{ENTER}") WinWait("Setup Type","Click the type of Se") WinSetTrans("Setup Type","Click the type of Se",1) if Not WinActive("Setup Type","Click the type of Se") then WinActivate("Setup Type","Click the type of Se") _WinWaitActivate("Setup Type","Click the type of Se") Send("{TAB}{TAB}{ENTER}") WinWait("KnockOut 2 Program Files Destination","Please select the de") WinSetTrans("KnockOut 2 Program Files Destination","Please select the de",1) if Not WinActive("KnockOut 2 Program Files Destination","Please select the de") then WinActivate("KnockOut 2 Program Files Destination","Please select the de") _WinWaitActivate("KnockOut 2 Program Files Destination","Please select the de") Send("{TAB}{TAB}{ENTER}") WinWait("Choose Folder","Please choose the in") WinSetTrans("Choose Folder","Please choose the in",1) if Not WinActive("Choose Folder","Please choose the in") then WinActivate("Choose Folder","Please choose the in") _WinWaitActivate("Choose Folder","Please choose the in") Send("{TAB}{DOWN}{DOWN}{ENTER}{DOWN}{ENTER}{DOWN}{DOWN}{UP}{DOWN}{DOWN}{DOWN}{DOWN }{ENTER}{SHIFTDOWN}{TAB}{SHIFTUP}{RIGHT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT }{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{L EFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{ RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGH T}{LEFT}{LEFT}{DEL}{DEL}{DEL}{DEL}{DEL}{DEL}{CTRLDOWN}z{CTRLUP}{CTRLDOWN}a{CTRLUP }{HOME}{SHIFTDOWN}{END}{SHIFTUP}{CTRLDOWN}c{CTRLUP}{TAB}{TAB}{TAB}{ENTER}") WinWait("KnockOut 2 Program Files Destination","Please select the de") WinSetTrans("KnockOut 2 Program Files Destination","Please select the de",1) if Not WinActive("KnockOut 2 Program Files Destination","Please select the de") then WinActivate("KnockOut 2 Program Files Destination","Please select the de") _WinWaitActivate("KnockOut 2 Program Files Destination","Please select the de") Send("{TAB}{TAB}{ENTER}") WinWait("Select Plugins Folder","Please select the Pl") WinSetTrans("Select Plugins Folder","Please select the Pl",1) if Not WinActive("Select Plugins Folder","Please select the Pl") then WinActivate("Select Plugins Folder","Please select the Pl") _WinWaitActivate("Select Plugins Folder","Please select the Pl") Send("{TAB}{TAB}{ENTER}") WinWait("Choose Folder","Please choose the in") WinSetTrans("Choose Folder","Please choose the in",1) if Not WinActive("Choose Folder","Please choose the in") then WinActivate("Choose Folder","Please choose the in") _WinWaitActivate("Choose Folder","Please choose the in") Send("{CTRLDOWN}v{CTRLUP}{TAB}{TAB}{TAB}{ENTER}") WinWait("Select Plugins Folder","Please select the Pl") WinSetTrans("Select Plugins Folder","Please select the Pl",1) if Not WinActive("Select Plugins Folder","Please select the Pl") then WinActivate("Select Plugins Folder","Please select the Pl") _WinWaitActivate("Select Plugins Folder","Please select the Pl") Send("{TAB}{TAB}{ENTER}") WinWait("Start Copying Files","Setup has enough inf") WinSetTrans("Start Copying Files","Setup has enough inf",1) if Not WinActive("Start Copying Files","Setup has enough inf") then WinActivate("Start Copying Files","Setup has enough inf") _WinWaitActivate("Start Copying Files","Setup has enough inf") Send("{ENTER}") WinWait(" PRODUCT REGISTRATION"," PRODUCT REGISTRATIO") WinSetTrans(" PRODUCT REGISTRATION"," PRODUCT REGISTRATIO",1) if Not WinActive(" PRODUCT REGISTRATION"," PRODUCT REGISTRATIO") then WinActivate(" PRODUCT REGISTRATION"," PRODUCT REGISTRATIO") _WinWaitActivate(" PRODUCT REGISTRATION"," PRODUCT REGISTRATIO") Send("{TAB}{ENTER}") WinWait("Cancel Registration?","Are you sure you wan") WinSetTrans("Cancel Registration?","Are you sure you wan",1) if Not WinActive("Cancel Registration?","Are you sure you wan") then WinActivate("Cancel Registration?","Are you sure you wan") _WinWaitActivate("Cancel Registration?","Are you sure you wan") Send("{TAB}{ENTER}") WinWait("Setup Complete","The installation of ") WinSetTrans("Setup Complete","The installation of ",1) if Not WinActive("Setup Complete","The installation of ") then WinActivate("Setup Complete","The installation of ") _WinWaitActivate("Setup Complete","The installation of ") Send("{TAB}{TAB}{ENTER}") #endregion --- Internal functions Au3Recorder End --- Func _WinWaitActivate($title,$text,$timeout=0) WinWait($title,$text,$timeout) If Not WinActive($title,$text) Then WinActivate($title,$text) WinWaitActive($title,$text,$timeout) EndFunc #endregion --- Internal functions Au3Recorder End ---[/CODE]
×
×
  • Create New...