FileMeta
FileMeta copied to clipboard
via CMD is possible to quickly C.R.U.D tags in a specific file?
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

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"

Note. Of course exiftool only works with Images :(