Jump to content

aamerraza2003

Members
  • Posts

    3
  • Joined

  • Last visited

aamerraza2003's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thanx dud u r great it works fine in all windows now :-) plz help me to work with If . if the program is not installed the program window shows only buttoN QUIT and APPLY,if program is installed it shows UNINSTALL , QUIT , APPLY in same sequence i want to check that if the program is allready installed then click on QUIT otherwirs APPLY(install), PLZ show me how IF can do it or i have to add some thing else?
  2. thanks it works but controlclick is still troubling plz give me syntax for the last mouseclick where i have to click on finish button
  3. hi i had recorded a installation of Foobar my first question is .i want to wait before last two recorded clicks as it runs correctly on slow windows i dont want to use sleep(). second question. how can i pack exe file of script and app. file that i see one file and when i click, it install foobar silently thanku here is the script Opt("WinWaitDelay",100) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('foobar2000_v1.0.2.1.exe') _WinWaitActivate("foobar2000 v1.0.2.1 Setup","") MouseClick("left",379,361,1) _WinWaitActivate("foobar2000 v1.0.2.1 Setup ","") MouseClick("left",379,361,1) _WinWaitActivate("foobar2000 v1.0.2.1 Setup","") MouseClick("left",379,361,1) _WinWaitActivate("foobar2000 v1.0.2.1 Setup ","") MouseClick("left",379,361,1) MouseClick("left",379,361,1) MouseClick("left",379,361,1) MouseClick("left",190,180,1) MouseClick("left",373,368,1) #region --- Internal functions Au3Recorder Start --- Func _WinWaitActivate($title,$text,$timeout=0) WinWait($title,$text,$timeout) If Not WinActive($title,$text) Then WinActivate($title,$text) WinWaitActive($title,$text,$timeout)
×
×
  • Create New...