PureBytes Links
Trading Reference Links
|
Tomasz,
you are right. It wasn't exactly the antivirus but very likely Microsoft AntiSpyware.
Beside that, is there the possibility to adapt this script to download current quotes from other Yahoo servers?
Thanks,
Franco
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
>
> Hello,
>
> > In fact both the files http://www.amibroker.com/newsletter/asx.js and http://www.amibroker.com/newsletter/wse.js
> > have the same syntax "Scripting.NOFileSystemObject".
>
> No, they DO NOT.
> ===========
>
> It is your antivirus software (Norton??) that you have installed on your Windows is playing tricks with you.
>
> Change antivirus to some decent one that does not block Windows Scripting H ost file access.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "fgornati" <francogornati@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, December 14, 2005 2:59 PM
> Subject: [amibroker] Re: Script for downloading from different servers
>
>
> > Thanks Tomasz.
> >
> > In fact both the files http://www.amibroker.com/newsletter/asx.js and http://www.amibroker.com/newsletter/wse.js have the same
> > syntax "Scripting.NOFileSystemObject".
> >
> > I have changed it now into "Scripting.FileSystemObject" but am having a new error at the next line: 'Impossible to find the
> > specified procedure'.
> >
> > Am I missing something?
> >
> > Thanks,
> >
> > Franco
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> >>
> >> You have copied/edited it wrong, should be:
> >> FileSys = new ActiveXObject( "Scripting.FileSystemObject" );
> >> (as in the original)
> >>
> >> instead of:
> >> FileSys = new ActiveXObject( "Scripting.NOFileSystemObject" );
> >
> >
> >
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|