FileMeta icon indicating copy to clipboard operation
FileMeta copied to clipboard

via CMD is possible to quickly C.R.U.D tags in a specific file?

Open David-Dlps opened this issue 5 years ago • 0 comments

I know that I can edit an XML file, and C.R.U.D (Create, Read, Update, Delete) TAGS of a specific file.

  • FileMeta.exe -i -x=props.xml mynewfile.txt

The normal option of course is in the graphical windows assistant image

Question?

Are there some commands to manipulate CRUD of tags in 1 file, something like

FileMeta.exe -add AnotherTag5 mytargetFile.txt FileMeta.exe -cleanTags mytargetFile.txt FileMeta.exe -replaceTag MyTag1 MyWonderTag1 mytargetFile.txt

or something like that???

The idea came from exiftool where you can write sth like this command to add a TAG to a file

exiftool.exe -keywords=one "mytargetFile.txt"

image

Note. Of course exiftool only works with Images :(

David-Dlps avatar Apr 15 '20 10:04 David-Dlps