Windows XP nerds - file metadata?

Locked
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Windows XP nerds - file metadata?

Post by 4days »

i badly miss version control on God's own operating system (VMS) - every time you saved and exited a file, it created a new file with the same name but appended a version number, e.g. 'myfile.txt;1' became 'myfile.txt;2'. you could set version control against a file mask (e.g. so it never kept more than 2 versions of a movie file). you could also store metadata about the file (such as comments, author, keywords) and then search for that metadata if you ever couldn't find the file - or use the metadata to compile reports/documentation.

it'd be nice to have even a fraction of that functionality on windows.

noticed you can add metadata to files in windows - is that metadata searchable? is it retrievable (e.g. can it be saved out to a textfile)?, can it be written to/amended from a dos prompt - so if i wrote a batch script to copy a file, could i query/update the metadata at the same time?

googling atm, but not having much luck.
Tormentius
Posts: 4108
Joined: Sat Dec 14, 2002 8:00 am

Post by Tormentius »

If the files are indexed you should probably be able to use the Windows search to find files by info. AFAIK there is no way to edit metadata via the command prompt.
dzjepp
Posts: 12839
Joined: Wed Mar 28, 2001 8:00 am

Post by dzjepp »

google desktop search searches metadata iirc, if that's what you need
Locked