I want to make an Autoit script for this little tool called audiograbber,
http://www.audiograb...t/download.html
I made following script for it and it works perfect but for the life of me I just cannot get the FINISH button at the end to be pushed???
Quote
Run("agsetup.exe")
WinActivate("Audiograbber 1.83 installation", "This installation program will install Audiograbber.")
WinWaitActive("Audiograbber 1.83 installation", "This installation program will install Audiograbber.")
controlclick("Audiograbber 1.83 installation", "&Next >", "Button1")
WinActivate("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
WinWaitActive("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
controlclick("Audiograbber 1.83 installation", "Browse", "Button5")
ControlSetText("Select Destination Directory", "", "Edit1","C:\Program Files\audiograbber")
controlclick("Select Destination Directory", "OK", "Button1")
WinActivate("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
WinWaitActive("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
controlclick("Audiograbber 1.83 installation", "&Next >", "Button1")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{SPACE}")
WinActivate("Audiograbber 1.83 installation", "This installation program will install Audiograbber.")
WinWaitActive("Audiograbber 1.83 installation", "This installation program will install Audiograbber.")
controlclick("Audiograbber 1.83 installation", "&Next >", "Button1")
WinActivate("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
WinWaitActive("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
controlclick("Audiograbber 1.83 installation", "Browse", "Button5")
ControlSetText("Select Destination Directory", "", "Edit1","C:\Program Files\audiograbber")
controlclick("Select Destination Directory", "OK", "Button1")
WinActivate("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
WinWaitActive("Audiograbber 1.83 installation", "Please select the directory where Audiograbber are to be installed")
controlclick("Audiograbber 1.83 installation", "&Next >", "Button1")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{SPACE}")
Any help would be greatly appreciated, tell me what I did wrong.



Help
Back to top









