Programa - http://www.goldwave.com/
Código: Seleccionar todo
; Run GoldWave 5.58
Run ("GoldWave558.exe")
; Welcome
WinActive ("Install" , "Install" )
ControlClick ("Install" , "" , "Button2" )
; Carpeta de destino
WinActive ("Destination Folder" , "Destination Folder" )
Send ( "GoldWave" )
Send (@ProgramFilesDir & "\GoldWave" )
ControlClick ("Destination Folder" , "" , "Button5" )
; Finalizar
WinActive ("Desktop Shortcut and Menu Options" , "Desktop Shortcut and Menu Options" )
ControlClick ("Desktop Shortcut and Menu Options" , "" , "Button9" )
; Finished!
1 S2 y Gracias por adeantado.