problem of "ipconfig" command in windows xp professional

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

Guest

:
HI!
I am using windows xp professional in my pc and I have Internet in my home .
I want to know TCP/IP address from command prompt.
so I have typed "ipconfig" command in command prompt, But it is not showing
me any information about TCP/IP address and it is not showing any error also.
But it shows one message that " windows IP Configaration"
Would you suggest any command and information to solve this problem?
 
rxp wrote:
| "RADHA" wrote:
| HI!
| I am using windows xp professional in my pc and I have Internet in my
| home . I want to know TCP/IP address from command prompt.
| so I have typed "ipconfig" command in command prompt, But it is not
| showing me any information about TCP/IP address and it is not showing
| any error also. But it shows one message that " windows IP
| Configaration"
| Would you suggest any command and information to solve this problem?

From the command prompt type ipconfig /?
 
rxp said:
:
HI!
I am using windows xp professional in my pc and I have Internet in my home ..
I want to know TCP/IP address from command prompt.
so I have typed "ipconfig" command in command prompt, But it is not showing
me any information about TCP/IP address and it is not showing any error also.
But it shows one message that " windows IP Configaration"
Would you suggest any command and information to solve this problem?

Rather than telling us what ipconfig.exe does NOT show you,
tell us what it DOES show. Type this from a command prompt:

ipconfig /all > c:\ipconfig.txt

Now open c:\ipconfig.txt with notepad.exe, then copy & paste
the text into your reply.
 
I have tried by using ipconfig/? command in cmd ,
and it shows detail information about "ipconfig" command .

I have tried by using c:\ipconfig.txt in command prompt ,and i am getting
same message that "Windows IP Configuration" and nothing else
......................
it is still not showing TCP/IP address in command prompt by using "ipconfig"
or "ipconfig /all" command in cmd .
would you help me to solve this problem?
 
Did you put a space between the g and /

rxp said:
I have tried by using ipconfig/? command in cmd ,
and it shows detail information about "ipconfig" command .

I have tried by using c:\ipconfig.txt in command prompt ,and i am getting
same message that "Windows IP Configuration" and nothing else
.....................
it is still not showing TCP/IP address in command prompt by using "ipconfig"
or "ipconfig /all" command in cmd .
would you help me to solve this problem?
 
rxp said:
I did not put a space between the g and /
waiting for your reply........................

You don't need to wait for a reply - you need to type the command
properly. ;-)

Start>Run cmd [enter] then typing
ipconfig /? [enter]
will get you Help on the command. Note the space between "ipconfig" and
"/".

Then typing

ipconfig /all [enter]
will get you information for all your machine's network devices.

Malke
 

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