Here’s a quick way to find out what port(s) a certain process/program is using. First, get the PID with tasklist. I’ll use the communicator.exe process in this example.

Next, use the PID to get the port number(s) with netstat.

Here’s a quick way to find out what port(s) a certain process/program is using. First, get the PID with tasklist. I’ll use the communicator.exe process in this example.

Next, use the PID to get the port number(s) with netstat.
