PDA

Click to See Complete Forum and Search --> : .bat question (right forum?)


Never_Assume
March 6th, 2004, 03:59 AM
Ok, I have this .bat file that I'm working on and I wanted to see if you guys could give me some pointers.

netstat -ano | find "1025"

That works fine, but I would like my .bat file to display numerous ports, pending they are open. How could I modify this .bat to make this possible. Please. :)

Sorry if I missed something obvious or if this is the wrong forum.

/thanks

:)

mikem0327
March 8th, 2004, 12:39 AM
You could use
netstat -an
^that displays ports that are open
the number after the ip address is the port number.
You could get a port scanner and scan your ip. That would work better.