Hi! I just need to make an AutoIt script to get a file on the web. I find this script on the example MsgBox(0,"Telechargement", "Telechargement du client en cours" & @TempDir) DirCreate ( @TempDir & "\ test \") Local $hDownload = InetGet("http://www.autoitscript.com/autoit3/files/beta/update.dat", @TempDir & "\ test \", 1, 1) Do Sleep(250) Until InetGetInfo($hDownload, 2) ; Check if the download is complete. Local $aData = InetGetInfo($hDownload) ; Get all information. Ine