This is what the first 30 lines of my mru.config look like: <?xml version="1.0" encoding="utf-8" standalone="yes"?><MRU><DNA><DNA> <Type>LocalFile</Type> <Name>F1.egp</Name> <Version>1</Version> <Assembly /> <Factory /> <FullPath>C:\Users\Username\SAS\F1.egp</FullPath> </DNA></DNA><DNA><DNA> <Type>LocalFile</Type> <Name>F2.egp</Name> <Version>1</Version> <Assembly /> <Factory /> <FullPath>C:\Users\Username\SAS\F2.egp</FullPath> </DNA></DNA><DNA><DNA> <Type>LocalFile</Type> <Name>F3.egp</Name> <Version>1</Version> <Assembly /> <Factory /> <FullPath>C:\Users\Username\SAS\F3.egp</FullPath> </DNA></DNA><DNA><DNA> <Type>LocalFile</Type> <Name>F4.egp</Name> <Version>1</Version> <Assembly /> <Factory /> <FullPath>C:\Users\Username\SAS\F4.egp</FullPath> </DNA></DNA><DNA><DNA> <Type>LocalFile</Type> <Name>F5.egp</Name> I left the first line alone, up to the end of the <MRU> tag. I then removed entries starting with the <DNA> tag, and ending with the </DNA> tag. Note that immediately following the </DNA> tag is the next <DNA> tag. When I treat the first two entries this way, they disappear from my “previous files” list. Good luck, Tom
... View more