PureBytes Links
Trading Reference Links
|
Hi Tomasz,
I had already run into this one. You can solve it by using in the
script the equivalent windows short path name obtained from "dir /x"
eg. "c:\program files" => "c:\progra~1"
Jim
--- In amibroker@xxxx, "Tomasz Janeczko" <tj@xxxx> wrote:
> Hello,
>
> Just found out that Yahoo downloader script from
> newsletter 6/2001 has problems with paths with spaces
> so anyone having troubles with that script should
> use the DestDir folder name without any spaces:
>
> /* The folder where the files will be downloaded */
> DestDir = "C:\\Yahoo";
>
> Best regards,
> Tomasz Janeczko
> ===============
> AmiBroker - the comprehensive share manager.
> http://www.amibroker.com
|