All the programs in the world and I can't find this one
May 26, 2007 8:50 AM
Subscribe
How do I change Extended File Attributes (also known as NTFS File Attributes) like Title, other than one at a time?
I have a few hundred files called things like 1234_ABCDE.htm. I'd like to rename them to 1234.htm, which I can easily make a command file to do. But then I'd like the ABCDE part to be in one of the extended attributes that show up in file explorer or any folder window if I pick those columns (in Windows XP).
I don't want to do this one at a time using the Properties dialog Summary tag, but can't find any utility that lets me change these attributes any other way. I can't believe someone hasn't written one, but finding it - or writing one myself - is beyond me.
posted by EllenC to computers & internet (4 comments total)
3 users marked this as a favorite
echo "bar" > file.txt:foo
That would put "bar" inside the ADS named "foo". You would think that MS would call the Title ADS "Title", but a little experimenting shows that isn't the case. It's probably some sort of GUID name... you just have to figure out what that is :)
posted by sbutler at 9:43 AM on May 26, 2007