Hi All,
I was just wondering how I could make AutoIT determine if a webpage prompts up to download a file, atm my code is as follows:
#include <IE.au3>
#include <Array.au3>
#include <File.au3>
If FileExists("file path") Then;you will need to change where the .txt is stored
Sleep(400)
Else
FileWrite("directory path","")
EndIf
local $links
_FileReadToArray("txt file",$links)
_ArrayDelete($links, 0)
$message=InputBox("Insert Message...","Insert Message...")
$log=FileOpen(