Problem with Command prompt

N

Natka

hello....
windows xp pro
problem:

when i go to start then click on run and i type...ipconfig and ok
the command prompt windows is come for 2 seconds and is disappearing
...something like flash..blink..
i didn't have this before ....
to use command prompt i have to go to accessories...
could you please help me to solve this problem
thank you
best regards
natka
 
W

WTC

[...]
when i go to start then click on run and i type...ipconfig and ok
the command prompt windows is come for 2 seconds and is disappearing
..something like flash..blink..

You need to type:

cmd /k ipconfig

in the Run dialog box or the command prompt windows will close when the task
is finish when you only type:

ipconfig

in the Run dialog box.
 
S

Shenan Stanley

Natka said:
windows xp pro problem:

when i go to start then click on run and i type...ipconfig and ok
the command prompt windows is come for 2 seconds and is disappearing
..something like flash..blink..
i didn't have this before ....
to use command prompt i have to go to accessories...
could you please help me to solve this problem

It's not a problem, but your misunderstanding of what you are doing. =)

You can do this a few ways - I will describe two.

1) Open a Command Prompt and THEN enter your commands. The window will stay
open because it was opened by a command other than the one you are running.

- Start --> Run
- CMD
- OK
- ipconfig /all
- ENTER

2) Open the command prompt and tell it to stay open after running the
command.

- Start --> Run
- CMD /K ipconfig /all
- OK

The second is the "fastest" and could even be made into a batch script you
could double click on.
 
B

buRford

hello....
windows xp pro
problem:

when i go to start then click on run and i type...ipconfig and ok
the command prompt windows is come for 2 seconds and is disappearing
..something like flash..blink..
i didn't have this before ....
to use command prompt i have to go to accessories...
could you please help me to solve this problem
thank you
best regards
natka

Better way to do it, is go to Start menu... then Programs... Accessories... then click
Command Prompt. Then type in your command.
 
N

Natka

[...]
when i go to start then click on run and i type...ipconfig and ok
the command prompt windows is come for 2 seconds and is disappearing
..something like flash..blink..

You need to type:

cmd /k ipconfig

in the Run dialog box or the command prompt windows will close when the task
is finish when you only type:

ipconfig

in the Run dialog box.
it works..:)
thank you
natka
 
N

Natka

It's not a problem, but your misunderstanding of what you are doing. =)

You can do this a few ways - I will describe two.

1) Open a Command Prompt and THEN enter your commands. The window will stay
open because it was opened by a command other than the one you are running.

- Start --> Run
- CMD
- OK
- ipconfig /all
- ENTER

2) Open the command prompt and tell it to stay open after running the
command.

- Start --> Run
- CMD /K ipconfig /all
- OK

The second is the "fastest" and could even be made into a batch script you
could double click on. how?
it works
thank you
natka
 
N

Natka

Better way to do it, is go to Start menu... then Programs... Accessories... then click
Command Prompt. Then type in your command.
i knew that
thank you
natka
 
S

Shenan Stanley

Natka said:
windows xp pro problem:

when i go to start then click on run and i type...ipconfig and
ok the command prompt windows is come for 2 seconds and is
disappearing ..something like flash..blink..
i didn't have this before ....
to use command prompt i have to go to accessories...
could you please help me to solve this problem

Shenan said:
It's not a problem, but your misunderstanding of what you are
doing. =)

You can do this a few ways - I will describe two.

1) Open a Command Prompt and THEN enter your commands. The window
will stay open because it was opened by a command other than the
one you are running.

- Start --> Run
- CMD
- OK
- ipconfig /all
- ENTER

2) Open the command prompt and tell it to stay open after running
the command.

- Start --> Run
- CMD /K ipconfig /all
- OK

The second is the "fastest" and could even be made into a batch
script you could double click on.
(in reference to a batch script)

A batch script for this would be fairly simple to make.

Open notepad.. (start --> run --> notepad --> OK.)
In notepad, include the following line:

cmd /k ipconfig /all

After typing that, click on "File" and select "Save As". Choose your
"Desktop" from the left side menu, change the "Save As Type" to "all files"
and then type the following in for the "file name":

IPInfo.cmd

Then - click on File --> Exit.

Look on your desktop and find the file.. Double-click on it and it should
run.
 
W

WTC

Natka said:
[...]
when i go to start then click on run and i type...ipconfig and ok
the command prompt windows is come for 2 seconds and is disappearing
..something like flash..blink..

You need to type:

cmd /k ipconfig

in the Run dialog box or the command prompt windows will close when the
task
is finish when you only type:

ipconfig

in the Run dialog box.
it works..:)


Your welcome Natka.
 

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

Top