I'm still a little new at using windows command line...why does
exiftool -IPTC:Caption-Abstract='description of the photo' c:\test
not work on the files contained in 'test' folder??
Pedro
Under windows you need to use double quotes ", not single quotes '.
so try
exiftool -IPTC:Caption-Abstract="description of the photo" c:\test