PureBytes Links
Trading Reference Links
|
here is the jscript i used, note the extra spaces.
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
function Download( URL, filename )
{
if( WshShell.Run( "GetTracker " + " " + URL + " " + filename, 0,
true ) == 0 ) return true;
/*WScript.echo("Download of " + URL + " failed." );*/
/*return false;*/
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> Thanks!
>
> Do you have any idea how you feed gettracker?
>
> Looking at the properties it looks like it was from VBPJ magazine
and its
> internal name is URLGET2
>
> d
>
>
> _____
>
> From: chelnore [mailto:chelnore@x...]
> Sent: Sunday, September 12, 2004 11:44 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: URLGet
>
>
> someone attached a programe called gettracker some time ago which
> is similar to urlget but no popup.i put it in the file section.
> there is something in the abtools plugin which may be faster?
>
> --- In amibroker@xxxxxxxxxxxxxxx, "murthysuresh" <money@xxxx>
wrote:
> > Is there any way to suppress the popup of the URLGet "Connecing"
> > window.
> > Secondly, URLGet is slower, i get 3 pages per minute when i try
to
> > download. Is there a faster way.
> >
> > Lastly, i cannot see any reference or help for URL get. Is there
> only
> > one way to use it.
> > URLGet <Url> <destination>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
>
<http://us.ard.yahoo.com/SIG=129sgoi9m/M=298184.5285298.6392945.30011
76/D=gr
>
oups/S=1705632198:HM/EXP=1095133483/A=2319498/R=0/SIG=11thfntfp/*http
://www.
> netflix.com/Default?mqso=60185352&partid=5285298> click here
>
> <http://us.adserver.yahoo.com/l?
M=298184.5285298.6392945.3001176/D=groups/S=
> :HM/A=2319498/rand=855978883>
>
>
> _____
>
> Yahoo! Groups Links
>
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
>
> * To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service
> <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|