;next lines show how to het index.html and store it in $HTMLSource
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.Open("GET","http://www.AutoItScript.com")
$oHTTP.Send()
$HTMLSource = $oHTTP.Responsetext
http://www.autoitscript.com/autoit3/index.shtml
On Feb 19, 10:31 am, "O.I.B." <stijndw1...@gmail.com> wrote:
> You may use autoit instead of batch scripting, its a bit more powerful
> (and open-source) but only for windows.
> Here is a bit of code in autoit that can checks if python, pygame and
> pill folder exist in C:
> if it doesn't exist it will bring up a download window.http://www.moonbase.pastebay.com/86738
> > bash. Anyone have any other ideas?- Hide quoted text -
>
> - Show quoted text -