From the readme file:
Share & Enjoy,Usage
-----
run [options] <program> <...program parameters...>
program: (Partial) name of program without .exe
-l: Just list matching names
-#: Force the use of the #'th program (as shown with -l)
-w: Use whole-word search
Example
-------
$ run *word mydoc.docx
Running: C:\Program Files\Microsoft Office 15\root\office15\WINWORD.EXE:
$ run -l *word
1) CHOSEN: WINWORD.EXE [C:\Program Files\Microsoft Office 15\root\office15]
2) FREEWORD.EXE [C:\Program Files (x86)\Freeware Inc]
3) CROSSWORD.EXE [C:\Program Files\Thoughtful Diversions]
$ run -3 word
(runs the crossword program)
Dror
p.s., Kudos David for an easy, effective and fun to use SDK. My only complaint is that there is no way (as far as I could see) to get the newest results first which would be nice for this kind of utility.