Toolbar-command not evaluating correctly...
Posted: 27 Feb 2016 11:07
I like the idea of having a custom toolbar-btn that has several choices of commands on right-click. And I was able to set this up for several calls, but I'm failing with RapidEE.
The script-line for right-click is:
The Icon does not show, and when I select that item I get an error:
So why is the command not executing?
BTW, it works when I replace the var with the actual path:
The script-line for right-click is:
Code: Select all
"RapidEE|<xyscript>\RapidEEx64\rapidee.exe" run "<xyscript>\RapidEEx64\rapidee.exe"
The file does exist there, and when I enter <xyscript>\RapidEEx64\rapidee.exe into the address-bar, XY also goes there.Das System kann die angegebene Datei nicht finden.
File: <xyscript>\RapidEEx64\rapidee.exe
Parameters:
run
<xyscript>\RapidEEx64\rapidee.exe
So why is the command not executing?
BTW, it works when I replace the var with the actual path:
Code: Select all
"RapidEE|C:\Users\mbaas\AppData\Roaming\XYplorer\Scripts\RapidEEx64\rapidee.exe" run "C:\Users\mbaas\AppData\Roaming\XYplorer\Scripts\RapidEEx64\rapidee.exe"