Page 1 of 1

open by Parameter

Posted: 05 Sep 2018 10:31
by pimpi
Hello,

until I used XYplorer I used "Seer" to preview any file by klicking the spacebar. Regrettably, when I use the spacebar inside XY, it seems that a search in advanced is starting. I have tried to find the spacebar in the shortcuts but nothing found in XY.
In Seer, I can“t change the shortcut, I could ony add STRG and/or ALT to the spacebar key. So I tried to open Seer via paramter and set a new custom button.
How could I start Seer.exe via shortcut inside XY? What should I wirte into the script windwo to the custom button to do this? Or is there another way to start a external program via shortcut over XY?

Thanks for a hint.

Cheers
Pimpi

Re: open by Parameter

Posted: 05 Sep 2018 10:49
by highend

Code: Select all

run """<path to seer>\seer.exe"" ""<curitem>""";

Re: open by Parameter

Posted: 05 Sep 2018 11:06
by pimpi
Hello Highend,

I write run """C:\Program Files (x86)\Seer\Seer.exe"" ""*""";
Or what do ou mean with <curitem>? is this a file type? I like to use it for any file type.
Anyway, nothing is opening when I click the buttom :-(

Cheers
pimpi

Re: open by Parameter

Posted: 05 Sep 2018 11:08
by highend
<curitem> is REALLY <curitem>.
It's an inbuilt variable, that gets resolved when the script is executed