long time no question
But I do have a new one: is it possible to make a button that copy's the selected text right into Google search?
cheers!
Code: Select all
$query = quote("https://www.google.com/search?q=" . urlencode(<curbase>));
run """D:\Users\Highend\Tools\Firefox\App\Firefox.exe"" -url $query", "<xypath>";
Code: Select all
<xyscripts>\googlesearch.xys
why does it omit words after The ampersand ?highend wrote:Code: Select all
$query = quote("https://www.google.com/search?q=" . urlencode(<curbase>)); run """D:\Users\Highend\Tools\Firefox\App\Firefox.exe"" -url $query", "<xypath>";
Sure can. I've been calling some from an AHK script. They work fine.highend wrote:User IDs can be executed? Never stumbled upon this one^^
Code: Select all
Run, D:\Tools\XYplorer\XYplorer.exe /script=::#1400,,,PIDHi Magic, did you place the # symbol before the command ID in the On left-click Edit field?I do get an commandID which I assigned to a button, but the button does nothing....