English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm finding it is a pain to talk some IT illeterate people through going to the run command and typing cmd and ipconfig etc to give me there ip address.

Is there anyway I can create a html file that will display all the details from IPconfig in a browser? I've found some ways of displaying IP details but most of it refers to script on the net and if a user has been disconnected they wont be able to use this obviously.

I am in the process of creating a global build and ideally would like to include this on all desktops.

Thanks in advance.

2007-01-26 00:07:57 · 5 answers · asked by Panz 1 in Computers & Internet Computer Networking

5 answers

Expanding on reply from Keith S.
you can also ping a url and send it to a file to capture a remote ip

eg

ping yahoo.com > C:\ping.txt

creating a list file requires some creative programming.

1. the initial .cmd file would have to list all the urls you are interested in and have a loop to
ping url
read and parse output file (eg ping.txt)
adding the ip to an output file.

you would spent the same amout of time just to add the ip's in a wordpad doc and save it as an .htm file for the browser.

2007-01-26 01:25:20 · answer #1 · answered by G A A 1 · 0 1

Whatismyipaddress.com, or you can just create a batch file to open up command prompt and display ipconfig, then pause.. something like

exec c:\windows\cmd.exe
ipconfig
pause
exit

so all they got to do is run the batch and thats it..

2007-01-26 00:14:01 · answer #2 · answered by keith s 5 · 0 1

You can try www.ipchicken.com It doesn't give all the info ipconfig provides

2007-01-26 01:22:01 · answer #3 · answered by Looking Out 1 · 0 2

only way i know is clinking run and typing in cmd enter then type in ipconfig

2007-01-26 00:12:48 · answer #4 · answered by GENE M 2 · 0 2

U can use windown
start ----- control panel ----- network connections ----- local connection or wireless networks (right click) ----- status ----- supprot(tab) ------

2007-01-26 00:46:25 · answer #5 · answered by Anonymous · 1 0

fedest.com, questions and answers