All i'm trying to do is capture the contents of a netstat into an array line by line, minus all the spacing. Look at the output of a "netstat" command at a c:\> prompt and tell me how you'd capture those individual variable pieces (protocol, address, port, etc.) into an array for manipulation or reformatting.