codice:
#target bridge
if ( BridgeTalk.appName = "bridge" )
var menu = MenuElement.create( "command", "Write Filename to IPTC Title Field", "at the end of Tools");
menu.onSelect = function(m)
{
var getFolderChildren = true ;
var filesOnly = true ;
var thumbs = getBridgeThumbnails ( TYPES.PHOTOSHOP_OPENABLE, getFolderChildren, filesOnly) ;
for ( var i = 0; i < thumbs.length; i++ )
{
thumb = thumbs[i]; _ _
md = thumb.synchronousMetadata; _ _
md.namespace ="http://ns.adobe.com/photoshop/1.0/";
md.Title = thumb.name;
}
Window.alert ("Done " + i + " records");
};
Questo praticamente copia il nome del file nel campo Titolo dell'infofile (iptc) del file stesso..
io vorrei che invece che nel campo titolo me lo copiasse nel campo Descrizione
non capisco che devo cambiare 
ps. è uno script per Adobe Bridge
pps. ho già provato md.Description