how to find IP of internet radio
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
connect to it, and do a netstat in the event that you dont how to do a netstat Start -> Run Or WindowsKey+R type "command" (without quotes) when the console opens type "netstat -an" (without quotes) or you can make a batch file like i have FileName: Netstat.bat
@netstat -an>C:\netstat.txt
@start C:\netstat.txt
@exit