PICK     : Pick file from list to pass its name as a parameter to a command.

title    : PICK
version  : 1.3
date     : Feb 20, 2000
author   : J R Ferguson
email    : j.r.ferguson@iname.com
download : http://hello.to/ferguson

This program may be used and copied  freely  whithout  charge,  but  only  for
non-commercial  purposes. In no way the author can be held responsible for any
damage or loss of data that may be caused by using this software.

This program pops up a pick list of filenames according to a  specified  mask.
The  cursor  keys,  PgDn,  PgUp etc. will do what you expect them to do. Press
Enter to execute the specified command with the highlighted  filename  as  its
first parameter. Press Escape when the list is displayed to end the program.

Usage  : PICK [/option[...] [...]] command [filemask] [parm [...]]
         command  = Command  to  be executed with picked filename as its first
                    parameter. This may be an internal DOS command or the name
                    of a .COM, .EXE or .BAT file.
         filemask = Wildcard file specification with or without disk drive and
                    path,  specifying which files to include in the pick list.
                    Default is "*.*".
         parm ... = Optional extra parameter(s) for the command.
Options: /Rn[n]   = window upper-left row    (1..23). Default is 12.
         /Cn[n]   = window upper-left column (1..40). Default is 2.
         /X       = Show date, time and file size (in kb) in pick list.
         /D       = Show directory entries as well, allow to change directory.
         /W       = Wait for Return before the list is redisplayed, after exe-
                    cuting the command.
         /H       = Send this help text to (redirected) output.


History:
v1.3 Feb 20, 2000 - Added author's Iternet URL and email.
v1.2 Aug 21, 1992
(No earlier history data available).