If "`Exists -d "{Libraries}"`"	For i in `files -f -t 'OBJ ' "{Libraries}"`; 		DumpObj -n "{i}" | streamedit -e "1 delete; /(Å)¨1/  replace /[ ]*(Å)¨1/ ¨1'¶t{i}'" >> "{MPW}"Libraries.index	End;	sort -l -unique "{MPW}"Libraries.index -o "{MPW}"Libraries.indexEnd;