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.
Support Our Work
Please consider making a contribution today
to help us keep Group Net Send available for everyone.
Didn't find your answer?
Our support team can help you with your specific issue. Submit a request and we'll get back to you.