Search found 2 matches
- 24 Nov 2018, 06:23
- Forum: Scripts and Functions
- Topic: EXE2AHK
- Replies: 18
- Views: 11390
Re: EXE2AHK
Same in VBScript: ' Check the arguments passed If WScript.Arguments.Length <> 1 Then MsgBox "Usage: " & WScript.ScriptName & " <ahk_file.exe>" WScript.Quit End If myFile = readBinary(WScript.Arguments(0)) start = InStr(myFile, "<COMPILER") If Start = 0 Then MsgBox WScript.Arguments(0) & " does not l...
- 22 Nov 2018, 16:15
- Forum: Scripts and Functions
- Topic: IEDownloadFile - binary safe file download with InternetExplorer.Application COM object
- Replies: 1
- Views: 780
IEDownloadFile - binary safe file download with InternetExplorer.Application COM object
IEDownloadFile 0.1 (Binary Safe) Download files from the Web using InternetExplorer COM Object Description This code allows you to download a file (or more files) from some website without the need of UrlDownloadToFile, XMLHTTP, cookie/useragent passing, and so on. IEDownloadFile uses Internet Expl...