script for a tag

Discuss and share scripts and script files...
Post Reply
lian00
Posts: 431
Joined: 09 Jul 2014 17:12

script for a tag

Post by lian00 »

Hello, I’ve put in a button this script for showing all the files with a certain tag

Code: Select all

?tags:"disponibles" /rv;
But it doesn’t work
Windows 10 64 bits

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

Re: script for a tag

Post by highend »

This is not a script, it's a search pattern...

Where should it search in the current folder or globally?
One of my scripts helped you out? Please donate via Paypal

lian00
Posts: 431
Joined: 09 Jul 2014 17:12

Re: script for a tag

Post by lian00 »

highend wrote: 09 Sep 2026 21:19 This is not a script, it's a search pattern...

Where should it search in the current folder or globally?
Yes, in the current directory. So it can work only in Quick Search ?
Windows 10 64 bits

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

Re: script for a tag

Post by highend »

No, ofc this can work as a script:
goto "<curpath>?tags: disponibles /v";
One of my scripts helped you out? Please donate via Paypal

Post Reply