PDA

View Full Version : MS- DOS Screen


boogerking
August 22nd 08, 03:43 AM
"DaffyD®" > wrote in
:

> 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.

DaffyD®
August 22nd 08, 06:03 AM
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.

Gary S. Terhune[_2_]
August 22nd 08, 08:10 AM
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®" > wrote in message
...
> 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.
>
>
>

Dan
August 22nd 08, 12:56 PM
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.
>
>
>
>

Franc Zabkar
August 23rd 08, 12:26 AM
On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" > 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.

DaffyD®
August 23rd 08, 03:35 PM
"Franc Zabkar" > wrote in message
...
> On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" > 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.

glee
August 24th 08, 01:29 AM
"DaffyD®" > wrote in message
...
> "Franc Zabkar" > wrote in message
> ...
>> On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" > 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

DaffyD®
August 30th 08, 06:58 PM
"glee" > wrote in message
...
> "DaffyD®" > wrote in message
> ...
> > "Franc Zabkar" > wrote in message
> > ...
> >> On Thu, 21 Aug 2008 22:03:10 -0700, "DaffyD®" > 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.