NETGRP	

	This is a second example from a Class on Windows NT.  After getting 
	the list of users, they wanted a listing of groups, and who belonged 
	to the groups.

	The NET GROUP command shows information on a group - EXCEPT it 
	DOES NOT list users.  But DELIMIT can be used to extract the group 
	information from NETUSERS.LST (created with NETUSER.BAT).

	First we will run NETUSER.BAT.  This builds the file NETUSERS.LST

	Next we will run DELIMIT to get the group information.

	This file can now be loaded into database to get information about a 
	specific group.

	OR you could write .PAR file to find information about a specific 
	group (See NETGRP2.BAT)

