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