- Scans a directory tree for executables and presents them in a list.
.bat
files can contain a title on the first line prefixed with double colon (::
).- When a file is selected, it's executed.
When the/S
switch is used the path to the program is written to standard output instead and SLR exits (useful for freeing memory and launching the selected program from the parent process). - Run with
/?
to see list of options