MS- DOS Screen

B

boogerking

"DaffyD®" <daffyd@woohoo.com> wrote in
news:Ofq1gRBBJHA.1740@TK2MSFTNGP02.phx.gbl:

> After I type in a command such as ping or ipconfig in the
> run box, the MS-DOS window quickly opens and then closes.
> How do I get that window to remain open? It used to stay
> displayed in the past.


Add " /k" in the command line (space and /k, no quote marks).
See how nice I am to you, Mr. "do I need a firewall?"


--
[from a recent conversation]
thanatoid: So why did you decide you needed broadband?
Neighbor: I wanted to read my e-mail faster.
 
D

DaffyD®

After I type in a command such as ping or ipconfig in the run box, the
MS-DOS window quickly opens and then closes. How do I get that window to
remain open? It used to stay displayed in the past.

--
{ : [|]=( DaffyD®

If I knew where I was I'd be there now.
 
G

Gary S. Terhune

I doubt it. I've never seen it.

What you do is run COMMAND from the Run box, then run your DOS commands in
the box.

--
Gary S. Terhune
MS-MVP Shell/User
http://grystmill.com

"DaffyD®" <daffyd@woohoo.com> wrote in message
news:Ofq1gRBBJHA.1740@TK2MSFTNGP02.phx.gbl...
> After I type in a command such as ping or ipconfig in the run box, the
> MS-DOS window quickly opens and then closes. How do I get that window to
> remain open? It used to stay displayed in the past.
>
> --
> { : [|]=( DaffyD®
>
> If I knew where I was I'd be there now.
>
>
>
 
D

Dan

Have you tried adjusting your DOS settings. You should have a DOS Icron and
right click and adjust the properties. Please be warned that poster is
responding to question and if you hose certain settings your os may not boot
properly and poster is not responsible if user hoses their DOS settings and
it affects Windows settings as well.

"DaffyD®" wrote:

> After I type in a command such as ping or ipconfig in the run box, the
> MS-DOS window quickly opens and then closes. How do I get that window to
> remain open? It used to stay displayed in the past.
>
> --
> { : [|]=( DaffyD®
>
> If I knew where I was I'd be there now.
>
>
>
>
 
F

Franc Zabkar

On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" <daffyd@woohoo.com> put
finger to keyboard and composed:

>After I type in a command such as ping or ipconfig in the run box, the
>MS-DOS window quickly opens and then closes. How do I get that window to
>remain open? It used to stay displayed in the past.


Type ...

command /k ipconfig

.... in the Start->Run box.

Then type "exit" to close the window.

Alternatively, typing ...

ipconfig /all /batch

.... or ...

winipcfg /all /batch

.... will capture the output in a file named WINIPCFG.OUT.

Typing "winipcfg" will launch the GUI version of ipconfig.

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.
 
D

DaffyD®

"Franc Zabkar" <fzabkar@iinternode.on.net> wrote in message
news:nv4ua4tqq9pp4sl3mck8b41eev0mp7qh8l@4ax.com...
> On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" <daffyd@woohoo.com> put
> finger to keyboard and composed:
>
> >After I type in a command such as ping or ipconfig in the run box, the
> >MS-DOS window quickly opens and then closes. How do I get that window to
> >remain open? It used to stay displayed in the past.

>
> Type ...
>
> command /k ipconfig
>
> ... in the Start->Run box.
>
> Then type "exit" to close the window.
>
> Alternatively, typing ...
>
> ipconfig /all /batch
>
> ... or ...
>
> winipcfg /all /batch
>
> ... will capture the output in a file named WINIPCFG.OUT.
>
> Typing "winipcfg" will launch the GUI version of ipconfig.
>
> - Franc Zabkar
> --
> Please remove one 'i' from my address when replying by email.


command /k ipconfig worked but the ipconfig /all /batch
didn't. Thanks for reminding me about winipcfg and for helping to solve the
problem, Franc.

Still, this is new behavior. I never had to add those command keys before.
--
{ : [|]=( DaffyD®

If I knew where I was I'd be there now.
 
G

glee

"DaffyD®" <daffyd@woohoo.com> wrote in message
news:%23m97I2SBJHA.1980@TK2MSFTNGP03.phx.gbl...
> "Franc Zabkar" <fzabkar@iinternode.on.net> wrote in message
> news:nv4ua4tqq9pp4sl3mck8b41eev0mp7qh8l@4ax.com...
>> On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" <daffyd@woohoo.com> put
>> finger to keyboard and composed:
>>
>> >After I type in a command such as ping or ipconfig in the run box, the
>> >MS-DOS window quickly opens and then closes. How do I get that window to
>> >remain open? It used to stay displayed in the past.

>>
>> Type ...
>>
>> command /k ipconfig
>>
>> ... in the Start->Run box.
>>
>> Then type "exit" to close the window.
>>
>> Alternatively, typing ...
>>
>> ipconfig /all /batch
>>
>> ... or ...
>>
>> winipcfg /all /batch
>>
>> ... will capture the output in a file named WINIPCFG.OUT.
>>
>> Typing "winipcfg" will launch the GUI version of ipconfig.
>>

>
> command /k ipconfig worked but the ipconfig /all /batch
> didn't. Thanks for reminding me about winipcfg and for helping to solve the
> problem, Franc.
>
> Still, this is new behavior. I never had to add those command keys before.


One normally does not run these commands from Start> Run, but rather from a DOS box
(MS-DOS Prompt), where the extra parameter is not necessary.
--
Glen Ventura, MS MVP Windows, A+
http://dts-l.net/
http://dts-l.net/goodpost.htm
 
D

DaffyD®

"glee" <glee29@spamindspring.com> wrote in message
news:ebK2EEYBJHA.3204@TK2MSFTNGP03.phx.gbl...
> "DaffyD®" <daffyd@woohoo.com> wrote in message
> news:%23m97I2SBJHA.1980@TK2MSFTNGP03.phx.gbl...
> > "Franc Zabkar" <fzabkar@iinternode.on.net> wrote in message
> > news:nv4ua4tqq9pp4sl3mck8b41eev0mp7qh8l@4ax.com...
> >> On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" <daffyd@woohoo.com> put
> >> finger to keyboard and composed:
> >>
> >> >After I type in a command such as ping or ipconfig in the run box, the
> >> >MS-DOS window quickly opens and then closes. How do I get that window

to
> >> >remain open? It used to stay displayed in the past.
> >>
> >> Type ...
> >>
> >> command /k ipconfig
> >>
> >> ... in the Start->Run box.
> >>
> >> Then type "exit" to close the window.
> >>
> >> Alternatively, typing ...
> >>
> >> ipconfig /all /batch
> >>
> >> ... or ...
> >>
> >> winipcfg /all /batch
> >>
> >> ... will capture the output in a file named WINIPCFG.OUT.
> >>
> >> Typing "winipcfg" will launch the GUI version of ipconfig.
> >>

> >
> > command /k ipconfig worked but the ipconfig /all /batch
> > didn't. Thanks for reminding me about winipcfg and for helping to solve

the
> > problem, Franc.
> >
> > Still, this is new behavior. I never had to add those command keys

before.
>
> One normally does not run these commands from Start> Run, but rather from

a DOS box
> (MS-DOS Prompt), where the extra parameter is not necessary.
> --
> Glen Ventura, MS MVP Windows, A+
> http://dts-l.net/
> http://dts-l.net/goodpost.htm
>

Thanks, Glen.
 

Similar threads

P
Replies
0
Views
52
PetrSuchomel
P
P
Replies
0
Views
319
Panos Panay, Chief Product Officer, Windows +
P
B
Replies
0
Views
279
Brandon LeBlanc
B
Back
Top Bottom