Finding IP adress, sorry it it is wrong section

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi i need some help, when i go to the run thing and type in cmd then type in
ipconfig in that menu nothing happens, can u help, it just says incorrerect
promt, or batch file or somehting liek that, and then i tried typing ipconig
into the run thing and a window pops up but then jus closes it self, thanks
for helping guys
 
As I told you before, the command is ipconfig /all

Tom
| Hi i need some help, when i go to the run thing and type in cmd then type
in
| ipconfig in that menu nothing happens, can u help, it just says
incorrerect
| promt, or batch file or somehting liek that, and then i tried typing
ipconig
| into the run thing and a window pops up but then jus closes it self,
thanks
| for helping guys
 
Yes, Tom, "ipconfig /all" where "/all" is an option gives detailed
information, but leaving the "/all" off, should at least give the OP his/her
DNS suffix, IP address, Subnet Mask and Default Gateway. So, evidently
something is amiss - I would think possible the path is missing.

OP - at the command prompt, try "%WINDIR%/system32/ipconfig" (without
quotes) - if this works, it sounds as if your PATH environment variable is
messed up - a virus, malware, spyware, etc could have messed with it.

To check the PATH, type at the command prompt "echo %PATH%" (again without
quotes). You should make sure you have at least the following within the
paths listed:
C:\WINDOWS\system32;C:\WINDOWS;

If not, right click on My Computer, select properties, select advanced tab,
click Environment Variables button, go to the bottom group, and scroll to
you find Path, highlight it, select Edit button, and make sure it has:
%SYSTEMROOT%;%SYSTEMROOT%\system32

If not, add it, reboot and command line programs should now work properly.

--

Star Fleet Admiral Q @ your Service!

http://www.google.com
Google is your "Friend"
 
In
Jacob said:
Hi i need some help, when i go to the run thing and type in cmd then
type in ipconfig in that menu nothing happens, can u help, it just
says incorrerect promt, or batch file or somehting liek that, and
then i tried typing ipconig into the run thing and a window pops up
but then jus closes it self, thanks for helping guys

What version of Windows are you using? If it is in the Win9x series - try
WINIPCFG /all

--
Ron Bogart {} ô¿ô¬
Associate Expert
Expert Zone -
Lovin life on Mercer Island 8^)
"Life is what happens while we are making other plans."
In memory of a true friend, MVP Alex Nichol (1935-2005)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top