FAQ for Group Net Send v1.01   

What are the command line options for Group Net Send?

It should look something like this:

netsendcmd.exe [message file] [username file] [-t] OR [-s] [-verbose]

The message file is the path to a file that contains the message text you want to send.
The username file is the path to a file that contains a list of all of the users you want to send the message to
-t is an option to truncate the message if it extents past the character buffer limit
-s is an option to split the message into multiple messages until all of the message has been sent
-verbose is an option to see more verbose output when sending the messages

Example usage:
netsendcmd.exe message.txt users.txt -verbose -s