Button to display a file collection

Searching this board is a bit of a challenge and after spending a half hour, I gave up. I would like a button (or a command line) that displays a predefined file collection. As a bonus, I would like to be able to display it by date in descending order. I haven't been able to figure out how to order the results of a query so if there is a way, could someone point me to it. I have been using DOPUS for years, but getting under the covers is quite daunting. I can code (a little), but I need some help getting started.

Thanks in advance.

Here's an example if you want the Find Results collection:

Go "coll://Find Results" Set SORTBY=modified SORTREVERSE=Off

(You can also use Styles, Layouts and Folder Tab Groups to do similar things, if prefered over a button/hotkey.)

That worked. Thanks. I modified it to actually run the query itself. I am going to look into your suggestions and may come back with more questions.