CMD - Run

G

Guest

When I type in "ipconfig" in Run - Open, the CMD dialog box just flashes. If
I type in "msconfig" the dialog box stays. I need to be able to use IPCONFIG.
How do I get the dialog box to stay?

TIA!
 
P

Patrick Keenan

JustUs said:
When I type in "ipconfig" in Run - Open, the CMD dialog box just flashes.
If
I type in "msconfig" the dialog box stays. I need to be able to use
IPCONFIG.
How do I get the dialog box to stay?

TIA!

Easy, you run it from a command prompt, like other command line utilities.
At Start, Run, type cmd. This opens a command prompt - which by the way,
is not DOS.

Here, type ipconfig. The results will stay visible.

HTH
-pk
 
S

Shenan Stanley

JustUs said:
When I type in "ipconfig" in Run - Open, the CMD dialog box just
flashes. If I type in "msconfig" the dialog box stays. I need to be
able to use IPCONFIG. How do I get the dialog box to stay?

Uhm...

Start button --> RUN --> type in:

CMD

--> Click OK. Type your ipconfig command in there.

Or...

Start button --> RUN --> type in:

CMD /K ipconfig /all

--> Click OK.

'ipconfig' is a pure command line utility. There are hundreds of these.
'msconfig' is a GUI utility. There are hundred of these.
 
K

Ken Blake, MVP

When I type in "ipconfig" in Run - Open, the CMD dialog box just flashes. If
I type in "msconfig" the dialog box stays. I need to be able to use IPCONFIG.
How do I get the dialog box to stay?


If you go to Start | Run and enter *any* command-line command, the
command will run. When the command completes, it normally closes, and
when it closes, it closes the CMD window along with it.

If you want to run such a command and have the CMD window stay open,
you need to begin by opening the CMD window. Go to Start \ Run and
type CMD. *Then* enter the command you want (in your case IPCONFIG) in
the CMD Window. Now when it IPCONFIG completes, since it wasn't the
one who opened the CMD window, it doesn't shut it.

MSCONFIG is an entirely different matter. It's not a command-line
command, but an application that runs in a GUI. There is no CMD window
for it to shut down.
 
G

Guest

Thanks you three - Duh! I knew that :/

Ken Blake said:
If you go to Start | Run and enter *any* command-line command, the
command will run. When the command completes, it normally closes, and
when it closes, it closes the CMD window along with it.

If you want to run such a command and have the CMD window stay open,
you need to begin by opening the CMD window. Go to Start \ Run and
type CMD. *Then* enter the command you want (in your case IPCONFIG) in
the CMD Window. Now when it IPCONFIG completes, since it wasn't the
one who opened the CMD window, it doesn't shut it.

MSCONFIG is an entirely different matter. It's not a command-line
command, but an application that runs in a GUI. There is no CMD window
for it to shut down.
 

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 8
CMD command 3
Windows Vista how to run app on exit of cmd 7
ipconfig 5
Make changes in the outlook file save as type using C# 0
Sending An eMail From Native Windows Command Language? 10
windows safe mode 6
command prompt problem 4

Top