ipconfig window

D

dwolf

When I type ipconfig in the run window I see the black window open for a
split second and goes away ??
 
M

Mike Brannigan

dwolf said:
When I type ipconfig in the run window I see the black window open for a
split second and goes away ??

That is because it is a command line tool and not a Windows application so
it starts a command prompt, runs the command and then closes.
This is the correct behavior.

If you want to see the results
start cmd from the Run item
then type in ipconfig /? to learn about the parameters it takes or
ipconfig /all for a full result immediately.
 
M

Mike Hall MVP

Open the RUN window.. type CMD and then press <enter>

You should now see the 'command' window.. now try typing ipconfig in there..


dwolf said:
When I type ipconfig in the run window I see the black window open for a
split second and goes away ??

--


Mike Hall
MS MVP Windows Shell/User
http://msmvps.com/blogs/mikehall/
 
D

dean-dean

You can create a new shortcut, using this in the Create Shortcut location
box:

C:\Windows\System32\cmd.exe /k %windir%\system32\ipconfig.exe

You can name the shortcut Ipconfig, Internet Protocol Configuration, or
whatever...
 
M

Michael

You must run the ipconfig program from a command prompt window.
In the run window type cmd
in the resulting black command window type ipconfig.

Michael
 
L

LSR

Michael said:
You must run the ipconfig program from a command prompt window.
In the run window type cmd
in the resulting black command window type ipconfig.

Michael

Your (top-posted) response makes no sense - I'm talking about the windows
GUI program WNTIPCFG, not the command line IPCONFIG.
 
J

Jay Somerset

That is because it is a command line tool and not a Windows application so
it starts a command prompt, runs the command and then closes.
This is the correct behavior.

If you want to see the results
start cmd from the Run item
then type in ipconfig /? to learn about the parameters it takes or
ipconfig /all for a full result immediately.

Much easier: In Start:Run, type "cmd /k ipconfig" (without the quotes)

The /k tells the command window to stay open -- you can then see the outpout
from ipconfig.
 

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

Similar Threads

IPConfig /All Window Closes immediately 5
ipconfig 5
Cmd batchfile - keep window open? 4
windows based ipconfig app 3
General File Path Issue 2
IPCONFIG 8
can't run ipconfig 3
DOS Command 3

Top