************************************************************************
********************** Readme for Usrtogrp.exe **************************
************************************************************************

Usrtogrp.exe
-----------
Purpose:
    Creates a local or global group IF it doesn't already exist and populates
the new or existing group according to information in the user specified
input text file.  This requires admin access to the domain.  Usrtogrp will
search the specified domain for the user accounts.  If you are manipulating
a local group, usrtogrp will also search trusted domains, so the user
accounts should be specified as just "JohnDoe", not "DomainName\JohnDoe".
This tool is useful for granting users (1000 max per iteration)
membership to a group, especially if you don't know in which trusted domain the user
account is contained.  This tool is meant for use with domains containing
Windows NT Advanced Servers.  It will not populate groups on your local Windows NT client.

Usage: Usrtogrp.exe <filename>
Where: <filename> is a text file with the following format:

domain: domainname
localgroup(or globalgroup): groupname
User1
User2
User3
(etc...)

Example: Usrtogrp file.txt
