Search found 3 matches

by ojohavafoo
19 Mar 2021 17:40
Forum: Script Exchange
Topic: Tagging files from command line
Replies: 3
Views: 1408

Re: Tagging files from command line

For anyone who is wondering what the solution to this is, here is what I did:

Code: Select all

"C:\Program Files (x86)\XYplorer\XYplorer.exe" /feed="::tag 'abc', 'C:\path\to\your\file.pdf', 1, 0;"
I used the above in cmd.exe. You'd need to do a little more escaping to make it work in powershell.
by ojohavafoo
19 Mar 2021 16:35
Forum: Script Exchange
Topic: Tagging files from command line
Replies: 3
Views: 1408

Re: Tagging files from command line

Yeah. That may work. I'll play around with it.
by ojohavafoo
19 Mar 2021 16:14
Forum: Script Exchange
Topic: Tagging files from command line
Replies: 3
Views: 1408

Tagging files from command line

I'm trying to figure out a way to add tags to XYplorer externally. Here's my idea. I'm scanning and OCR'ing a ton of PDFs. I have software that can match keywords in the content, and then do something. What I'd like that something to be is tags within XYplorer. I played around with using powershell ...