Variables <xy> and <xyexe> problem

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
tomuser
Posts: 135
Joined: 04 Dec 2009 18:52

Variables <xy> and <xyexe> problem

Post 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

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Variables <xy> and <xyexe> problem

Post 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?

tomuser
Posts: 135
Joined: 04 Dec 2009 18:52

Re: Variables <xy> and <xyexe> problem

Post by tomuser »

Ok, now I understand what these exactly mean. Thanks.

Post Reply