FAQ for Group Net Send v1.01   

How can I send the output from Group Net Send to a log file?

Sending the output from Group Net Send to a log file is simple, it uses the standard I/O to write its output. Simple redirect the output to a file, for example:

netsendcmd.exe message.txt users.txt >output.txt

This will make everything that would have gone to the cmd window be written to the output.txt file. Please note that a double >> will append to the file, while a single > will overwrite the file.