PureBytes Links
Trading Reference Links
|
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@xxxxxxxxx>
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
>
> --- In amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:
> > I told you that exactly twice; go and look at the replies (one
> > of them was to Anthony). But if you ignore what was told
> > you then it is your own fault, sorry can't and won't help.
> > UM
> >
> >
> > ----- Original Message -----
> > From: Rik Rasmussen
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Sunday, June 08, 2003 10:08 PM
> > Subject: RE: [amibroker] xxTool
> >
> >
> > A simple " don't install the AutoExec and it will not do this"
> would have been sufficient.
> >
> > Must be tough being you.
> >
> > Rik Rasmussen
> > Stock Analyzer mailing list moderator
> > http://groups.yahoo.com/group/stockanalyzer/
> > -----Original Message-----
> > From: uenal.mutlu@xxxx [mailto:uenal.mutlu@x...]
> > Sent: Sunday, June 08, 2003 4:03 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] xxTool
> >
> >
> > Here is the content of the file area (only if you are not
> blind):
> >
> >
> > Name Size Creator Created Edit Delete Cut
> > ABtool_dll.txt
> > ABtool reference text (q&d) 96 KB anty3de 05/31/2003
> Edit Delete Cut
> > ABtool_dll_v0_9_14_beta.zip
> > ABtool AFL extension plugin for AmiBroker 87 KB anty3de
> 05/31/2003 Edit Delete Cut
> > ABtool_dll_v0_9_17ib.zip
> > ABtool internal beta for testers 96 KB anty3de
> 06/02/2003 Edit Delete Cut
> > AutoExec.AFL
> > ABtool/AutoExec.AFL (optional) 3 KB anty3de 06/02/2003
> Edit Delete Cut
> > AutoExec.xxs
> > ABtool/AutoExec.xxs (optional) 2 KB anty3de 06/02/2003
> Edit Delete Cut
> > AutoTerm.xxs
> > ABtool/AutoTerm.xxs (optional) 1 KB anty3de 06/02/2003
> Edit Delete Cut
> > DJ-Table-Salil.afl
> > DJ-Table-Salil.afl -- Demonstrates use of
> import/sort/export of table 3 KB salil_gangal 05/25/2003 Edit
> Delete Cut
> > Functions.afl
> > Collection of some User Defined Functions 3 KB anty3de
> 06/04/2003 Edit Delete Cut
> > HOWTO_AutoExec.txt
> > HOWTO about the AutoExec feature of ABtool 4 KB anty3de
> 05/21/2003 Edit Delete Cut
> > Richs2.afl
> > Sample ABtool application; requires v0.9.16 or higher 8
> KB anty3de 06/01/2003 Edit Delete Cut
> > Richs3b.afl
> > Demonstrates xxMemDbg() usage in a project 9 KB anty3de
> 06/02/2003 Edit Delete Cut
> > SUPPORT.txt
> > Support requirements (not for computer illiterates) 3 KB
> anty3de 06/04/2003 Edit Delete Cut
> > xxABI_Reference.txt
> > xxABI Reference 8 KB anty3de 05/21/2003 Edit Delete
> Cut
> > xxMemDbg_Example.log
> > xxMemDbg() sample output
> >
> >
> >
> > ----- Original Message -----
> > From: Rik Rasmussen
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Sunday, June 08, 2003 9:51 PM
> > Subject: RE: [amibroker] xxTool
> >
> >
> > I have NOT configured AutoExec. What you uploaded, I
> installed. You must have it configured in the upload version to act
> this way.
> >
> > I installed it by simply putting it in plugin folder per your
> instructions. I made no change of any kind.
> >
> > I had hoped later to begin to explore what can be done with
> it, and still do intend to. But in the mean time, it was just
> annoying.
> >
> > Obviously, you are a jerk, but I still find what you have
> offered here interesting.
> >
> > I wish you well.
> >
> > Rik Rasmussen
> > Stock Analyzer mailing list moderator
> > http://groups.yahoo.com/group/stockanalyzer/
> >
> > -----Original Message-----
> > From: uenal.mutlu@xxxx [mailto:uenal.mutlu@x...]
> > Sent: Sunday, June 08, 2003 11:11 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] xxTool
> >
> >
> > Hi Rik,
> > you seem to have no clue what you are doing or talking.
> > If you have installed ABtool and configured it to use its
> > AutoExec feature then it executes the AutoExec.Afl.
> > What else have you expected from this feature? The
> > content of AutoExec.afl is only a sample, and also all
> > the AutoExec feature is optional to configure. Why did you
> > enable the Autoexec feature if you aren't going to use it?
> > And additionally: why didn't you tailor the AutoExec.afl to
> > your own needs (if any)?
> > To make it short: ABtool is definetely not for your use, it
> > is for people who know what they do. You seem to have
> > never heard of "Autoexec"..., so let it be.
> > Best regards,
> > UM
> >
> > ----- Original Message -----
> > From: Rik Rasmussen
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Sunday, June 08, 2003 4:17 PM
> > Subject: RE: [amibroker] xxTool
> >
> >
> > Why does ABtools take actions when I am not using it?
> >
> > I have had to remove it to stop the annoying "pop ups",
> it was as bad as Yahoo. : )
> >
> > Rik Rasmussen
> > Stock Analyzer mailing list moderator
> > http://groups.yahoo.com/group/stockanalyzer/
> >
> > -----Original Message-----
> > From: Rik Rasmussen [mailto:hrasmussen@x...]
> > Sent: Saturday, June 07, 2003 11:30 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: RE: [amibroker] xxTool
> >
> >
> > Removing abtools.dll from thr plugins folder stopped
> all unwanted windows opening
> >
> > Henrik "Rik" Rasmussen
> > Radios4sale mailing list manager
> > http://groups.yahoo.com/group/radios4sale/
> >
> > The Two Way Radio Directory has links to
> > hundreds of industry related web pages.
> > The Directory Bookstore has a great selection
> > of radio books at good discounts.
> > Visit now at http://twowayradiodirectory.com/
> >
> > -----Original Message-----
> > From: Rik Rasmussen [mailto:hrasmussen@x...]
> > Sent: Saturday, June 07, 2003 11:25 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: RE: [amibroker] xxTool
> >
> >
> > I didn't mention it before, but my AA window also
> opens when I launch Amibroker.
> >
> > The xxTools window is now gone but my AA window still
> is opening.
> >
> > Henrik "Rik" Rasmussen
> > Radios4sale mailing list manager
> > http://groups.yahoo.com/group/radios4sale/
> >
> > The Two Way Radio Directory has links to
> > hundreds of industry related web pages.
> > The Directory Bookstore has a great selection
> > of radio books at good discounts.
> > Visit now at http://twowayradiodirectory.com/
> >
> > -----Original Message-----
> > From: Rik Rasmussen [mailto:hrasmussen@x...]
> > Sent: Saturday, June 07, 2003 11:07 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: RE: [amibroker] xxTool
> >
> >
> > Thanks, commenting out that line in both files did
> the trick.
> >
> > Rik Rasmussen
> > Stock Analyzer mailing list moderator
> > http://groups.yahoo.com/group/stockanalyzer/
> >
> > -----Original Message-----
> > From: uenal.mutlu@xxxx [mailto:uenal.mutlu@x...]
> > Sent: Saturday, June 07, 2003 9:21 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] xxTool
> >
> >
> > Hello, it is opened in ABtool/AutoExec.AFL.
> > You can remove the "xxWinOpen()" call.
> > Check also in ABtool/Functions.afl if you
> include that file.
> > The window can also be closed via xxWinClose().
> > You can also use it for text output via xxWinText
> (str);
> > UM
> >
> > ----- Original Message -----
> > From: Anthony Faragasso
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Sunday, June 08, 2003 2:04 AM
> > Subject: Re: [amibroker] xxTool
> >
> >
> > It looks like it belongs to ABtool.....ABTool
> has the prefix of XX....I think.
> >
> > Anthony
> > ----- Original Message -----
> > From: Rik Rasmussen
> > To: Amibroker
> > Sent: Saturday, June 07, 2003 7:08 PM
> > Subject: [amibroker] xxTool
> >
> >
> > What is making this window open every time I
> launch AB?
> >
> > I started getting this after installing
> ABtool and powerscan.
> >
> > Anyway to stop it?
> >
> >
> > Rik Rasmussen
> > Stock Analyzer mailing list moderator
> > http://groups.yahoo.com/group/stockanalyzer/
>
>
>
> 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/
>
>
------------------------ 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/
|