View Single Post
Old Oct 22, 2004 | 11:10 AM
  #2  
turbinator's Avatar
turbinator
Too many posts.. I need a life!!
 
Joined: May 2004
Posts: 695
Likes: 0
From: On your IPC$
Default Re: how do i get an ip address off msn?

Originally Posted by vroooom ptssssh
hi need to find out someones IP address through msn, how do i do it? ive got msn plus aswell if that helps.

P.s. theirs a thing on msn plus "current IP" (!ip) but is it mine or theirs?
first open a dosbox (cmd.exe)
typ:
NETSTAT -AN >> c:\list.txt

then open up a MSN window to the one you like the IP adres from..

go to the cmd again and type
NETSTAT -AN >> c:\list2.txt

open 2 notepads and compare list.txt to list2.txt and the additional connection is the one you want..
Reply