hi dears;
how can search with script (custom button)?
example i now at C: \my pictures
a custom button search *.jpg;*.png;*.gif that current path with custom button and with script?
is this possiple? if yes how please script example?
how can search with script (custom button)?
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
how can search with script (custom button)?
newbie or not...........
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: how can search with script (custom button)?
Type this code into the addressbar of XY and press Enter:
A textbox will open. Copy and paste the following code there, and press OK. A new button will be added to the toolbar.If you want to search within subfolders of current location too, then remove the " /n" segment from the "goto" line.
Code: Select all
::snippet;Code: Select all
Snip: CTB 1
XYplorer 16.00.0004, 11/19/2015 11:41:53 AM
Action
NewUserButton
Name
quick search #1
Icon
:qns
ScriptL
goto "?*.jpg;*.png;*.gif /n";
ScriptR
FireClick
0Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
Re: how can search with script (custom button)?
thanks dear but dont work that method or script.
and i already add manueel custom button.
i need only that script.
search script current folder with asrerix.
http://prntscr.com/94ez8w
very thanks.
and i already add manueel custom button.
i need only that script.
search script current folder with asrerix.
http://prntscr.com/94ez8w
very thanks.
newbie or not...........
-
highend
- Posts: 14949
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: how can search with script (custom button)?
You just need to put in the "On left click" field of a custom button:
goto "?*.jpg;*.png;*.gif /n";
goto "?*.jpg;*.png;*.gif /n";
One of my scripts helped you out? Please donate via Paypal
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
Re: how can search with script (custom button)?
yes great working thanks .
Have a nice day.

Have a nice day.
newbie or not...........
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
Re: how can search with script (custom button)?
hello sir
how to apply the above code recursively to folders and subfolders etc?
with regards
how to apply the above code recursively to folders and subfolders etc?
with regards
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: how can search with script (custom button)?
see my post above:
SammaySarkar wrote:If you want to search within subfolders of current location too, then remove the " /n" segment from the "goto" line.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
Re: how can search with script (custom button)?
thanks a lot.
XYplorer Beta Club