open by Parameter

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
pimpi
Posts: 8
Joined: 16 Jun 2015 10:35

open by Parameter

Post 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

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: open by Parameter

Post by highend »

Code: Select all

run """<path to seer>\seer.exe"" ""<curitem>""";
One of my scripts helped you out? Please donate via Paypal

pimpi
Posts: 8
Joined: 16 Jun 2015 10:35

Re: open by Parameter

Post 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
Attachments
05-09-_2018_11-04-08.png
05-09-_2018_11-04-08.png (15.22 KiB) Viewed 536 times

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: open by Parameter

Post by highend »

<curitem> is REALLY <curitem>.
It's an inbuilt variable, that gets resolved when the script is executed
One of my scripts helped you out? Please donate via Paypal

Post Reply