there is a way to do this.. simple.. in the command prompt
type in your netstat command with what ever arguments and
type >>(any file name).txt and it'll dump everything in
the text file.. example: C:\>netstat >>dump.txt will make
a new text file in the C:\ folder with the output from the
command.. you can use the >>(filename).txt for a lot of
commands you want to put on text..
example2: C:\>ping www.yahoo.com >>dump.txt
or C:\>netstat -an >>dump.txt
or C:\>tracert www.yahoo.com >>dump.txt