View muti names with select extensions

Go \julie\C\dbv\scott VIEW=Details
Set SHOWFILTERFILENAME *.(dbf|mdx|mtd)

I'm trying to show only "Lead.dbf" "Lead.mdx" "builder.mtd" "city.dbf", general idea.

Set SHOWFILTERFILENAME Lead|builder|city.(dbf|mdx|mtd)

I know crazy idea but I had to start somewhere.

Bob

Put (Lead|builder|city) in brackets like the extensions are and it should work.

By Jon your right.
Thanks

Bob