accept (default) answer for Internet Download accelerator
Opt("WinTitleMatchMode", 1)
While 1
WinWaitActive ("Confirmation")
Send("{ENTER}")
WEnd
- Platform : windows
- Script : autoit
- desc :
IDA uses 60 second time out to accept default answer but it holds up the slot on job queue. This makes it unsuitable for downloading the file tree like a linux distro. This script reduces the time out to null:P
No comments:
Post a Comment