Windows tags in Xyplorer columns

Discuss and share scripts and script files...
Post Reply
guimcast@gmail.com
Posts: 7
Joined: 04 Jun 2023 17:56

Windows tags in Xyplorer columns

Post by guimcast@gmail.com »

Hi, i've found a few posts related to windows tags, but after a few hours i couldnt make a column in xyplorer that shows Windows Tags and another one that shows Windows Title.

Is it possible, how would one do it?

I don't want to interact with it, i just want to see them.

Thx!

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

Re: Windows tags in Xyplorer columns

Post by highend »

Code: Select all

$streamName = "$DATA";
    $result     = runret(lax("cmd" /c more <<cc_item>:$streamName), , 65001);
    if (!regexmatches($result, "^The system cannot find the file specified", , 1)) { return $result; }
Windows title? If this is about e.g. titles of doc(x) documents, that's just a normal property column...
One of my scripts helped you out? Please donate via Paypal

Post Reply