PureBytes Links
Trading Reference Links
|
Acknowledged and thanks ... for the past I could get around this by
xxEXEC'ing a batch file that was in a simple directory structure and
have it do the real execution but this is a kludge.
--- In amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:
> I just want to let you know that this is improved in the
> next version: the quotes will be added internally if there
> are some blanks.
> UM
>
>
> ----- Original Message -----
> From: <uenal.mutlu@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Monday, June 09, 2003 12:05 AM
> Subject: Re: [amibroker] Re: xxTool
>
>
> > Hi Fred, yes, you must embed paths containing blanks into quotes;
ie. "path with blanks"
> > (you have to do this even on the command line, because otherwise
> > it would be interpreted as a parameter...)
> >
> >
> > Spaces in the program name make problems; here is
> > the solution:
> >
> > xxExec("\"C:\\Program Files\\Microsoft
Office\\Office\\winword.exe\"");
> >
> > so, one has to embed the whole string in ".."
> > The escape character \" gives one " (it is used in front and
at the end; see above)
> > (similar to \\ which gives one \)
> >
> > I'll see if this can be improved in the next version.
> >
> > UM
> >
> >
> > ----- Original Message -----
> > From: "Fred" <fctonetti@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Sunday, June 08, 2003 11:43 PM
> > Subject: [amibroker] Re: xxTool
> >
> >
> > > Uenal,
> > >
> > > Have you had a chance to look into what I asked about ? i.e.
xxEXEC's
> > > apparent ?! incapability to deal with long path names in
finding an
> > > executable ... if they are short then no problem but past a
certain
> > > length they seem not to be found or not dealt with properly.
For
> > > example anything even in or below the C:\Program Files\ dir
seems not
> > > to work. but if I move the module I want to a simpler dir name
no
> > > problem
> > >
> > > Thanks in advance,
> > >
> > > Fred
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|