You got some stuff (notes) on the Command Prompt in Windows (cmd.exe) or in DOS (also command.com)? Let's hear it!
One good thing for makers of Batch files (.bat) who don't want to show what comes up on screen is this:
basic command and arguments here > NUL:
uhh.. @ECHO OFF?
I have no clue what you are talking about, but ok. @ECHO OFF makes nothing but things after an "ECHO" show...
to write the output of a program to a file you use something like this
programname > filename
Gogo netstat!!