Help for MAKESRCHLIST

PURPOSE:
	Makesrchlist creates an output file in SRCH format from a
	directory specification.  This output file can then be used 
	with nxt to sequentially access the files in the directory. The
	filenames listed in the output file will include the directory.

	Note:   In UNIX, don't put a trailing '/' after the directory
		because makesrchlist puts it in automatically.

EXECUTION:
	makesrchlist DIR FILE

REVISIONS:
	7-97 ...RRD... Converted to pdf and ported to UNIX.


PARAMETERS:


DIR

Name and path of directory.

FILE

Output file in SRCH format.

See Examples:


Cognizant Programmer: