Re: Auto3Lib - where can I get it?
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Take care:
Don't get the file from local cache!
See help:
InetGet ( "URL" [,"filename" [, reload [, background]]] )
reload [optional]
0 = (default) Get the file from local cache if available
1 = Forces a reload from the remote site
So, you have to get it with option reload = 1
InetGet("http://www.autoitscript.com/forum/index.php?
automodule=downloads&req=download&code=confirm_download&id=47",
"C:\auto3lib.exe", 1)
Valery
--- In [email protected], "valery_vi" <shehrer1@...> wrote:
>
> Updating Auto3Lib is just one line script:
>
> InetGet("http://www.autoitscript.com/forum/index.php?
>
automodule=downloads&req=download&code=confirm_download&id=47", "C:\au
> to3lib.exe")
>
> It works for me.
>
> Valery
>
> --- In [email protected], "Littlefield, Tyler"
> <compgeek13@> wrote:
> >
> > firfox didn't get that?
> > Strange, I got that with opera, IE, and firefox, just to make
sure
> before I told you that it worked and to google.
> > Glad you got it though...
> > ----- Original Message -----
> > From: mr_underperson
> > To: [email protected]
> > Sent: Monday, July 02, 2007 10:07 PM
> > Subject: [AutoIt] Re: Auto3Lib - where can I get it?
> >
> >
> > Scrub previous message.
> >
> > I installed Internet Explorer and tried the link in that -
worked
> > great. I've no idea why it didn't work in Firefox, but it was
> Firefox
> > messing it up all the time (before and after I posted here).
I'd
> get
> > what "looked" like an exe, but at only a few bytes, a text
editor
> > revealed it to be a 404 page.
> >
> > I hadn't thought to use another browser (I forget there are
other
> > browsers!). My little AutoIt downloader app couldn't get it
> either.
> > Very strange. I guess I should post on the forum about it.
> >
> > Anyways, thanks for your help, even though I already know that
> link
> > off-by-heart!
> >
> > -mu
> >
> > --- In [email protected], "mr_underperson"
> > <mr_underperson@> wrote:
> > >
> > >
> > > That link works for you???
> > >
> > > Great! Could you possibly download it and post it here/send
it
> to me?
> > >
> > > I just get a 404.
> > >
> > > -mu
> > >
> > > --- In [email protected], "valery_vi" <shehrer1@>
> wrote:
> > > >
> > > > Auto3Lib package is here:
> > > > http://www.autoitscript.com/forum/index.php?
> > > >
automodule=downloads&req=download&code=confirm_download&id=47
> > > >
> > > > Valery
> > > >
> > > > --- In [email protected], mr underperson
> > > > <mr_underperson@> wrote:
> > > > >
> > > > > The download for Auto3Lib is no longer available via the
> post on the
> > > > > AutoIt forum and I keep coming across examples that use
> it....
> > > > >
> > > > > <http://www.autoitscript.com/forum/index.php?
> showtopic=33677>
> > > > >
> > > > > Does anyone know of its current download location, or
could
> perhaps
> > > > post a copy to the files here, or something useful like
that?
> > > > >
> > > > > Thanks.
> > > > >
> > > > > -mu
> > > > >
> > > >
> > >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>