to get my IP information

  • Thread starter Thread starter Yenafar
  • Start date Start date
Y

Yenafar

What was the file name I needed to run to get my IP
address information? Was it ipconfig? because its window
pops up and closes before showing any information.
 
What was the file name I needed to run to get my IP
address information? Was it ipconfig? because its window
pops up and closes before showing any information.

start run cmd opens a command window. In the command window enter ipconfig
/all
 
Yenafar said:
What was the file name I needed to run to get my IP
address information? Was it ipconfig? because its window
pops up and closes before showing any information.
============================================
Are you opening the Command Prompt window first?

Start > Run > type in "cmd" (without quotes) and press <Enter>
In the Command Prompt window, type in these commands:
(pressing the <Enter> key after each command)

cd\

ipconfig /all

To see all available switches for the ipconfig command, use:

ipconfig /?

To close the window, use:

exit
============================================
 
Back
Top