Page 1 of 1

Variables <xy> and <xyexe> problem

Posted: 26 Jul 2011 18:27
by tomuser
I noticed that some time ago (read some builds) there were introduced <xy> and <xyexe>. I tried to change my download script commands from <xypath> to <xy> to reduce it's length but it generates error that target folder not found. Same is with <xyexe>. Everything works ok with <xypath>. Is there any trick with them and only rename doesn't work?

XYplorer 10.10.0006, WinXP SP3

Re: Variables <xy> and <xyexe> problem

Posted: 26 Jul 2011 18:37
by TheQwerty
If you installed XY to C:\Program\XYplorer you would have:
<xypath> = C:\Program\XYplorer\
<xyexe> = XYplorer.exe
<xy> = C:\Program\XYplorer\XYplorer.exe

<xypath> is the folder containing the running XYplorer executable.
<xyexe> is the file name of the running XYplorer executable (in case it was renamed).
<xy> is <xypath>\<xyexe>.

Does that help any?

Re: Variables <xy> and <xyexe> problem

Posted: 26 Jul 2011 19:08
by tomuser
Ok, now I understand what these exactly mean. Thanks.