A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

MS- DOS Screen



 
 
Thread Tools Display Modes
  #1  
Old August 22nd 08, 03:43 AM posted to microsoft.public.win98.gen_discussion
boogerking
External Usenet User
 
Posts: 1
Default MS- DOS Screen

"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.
  #2  
Old August 22nd 08, 06:03 AM posted to microsoft.public.win98.gen_discussion
DaffyD®
External Usenet User
 
Posts: 194
Default MS- DOS Screen

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.



  #3  
Old August 22nd 08, 08:10 AM posted to microsoft.public.win98.gen_discussion
Gary S. Terhune[_2_]
External Usenet User
 
Posts: 2,158
Default MS- DOS Screen

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.





  #4  
Old August 22nd 08, 12:56 PM posted to microsoft.public.win98.gen_discussion
Dan
External Usenet User
 
Posts: 1,089
Default MS- DOS Screen

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.




  #5  
Old August 23rd 08, 12:26 AM posted to microsoft.public.win98.gen_discussion
Franc Zabkar
External Usenet User
 
Posts: 1,702
Default MS- DOS Screen

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.
  #6  
Old August 23rd 08, 03:35 PM posted to microsoft.public.win98.gen_discussion
DaffyD®
External Usenet User
 
Posts: 194
Default MS- DOS Screen

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


  #7  
Old August 24th 08, 01:29 AM posted to microsoft.public.win98.gen_discussion
glee
External Usenet User
 
Posts: 2,458
Default MS- DOS Screen

"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

  #8  
Old August 30th 08, 06:58 PM posted to microsoft.public.win98.gen_discussion
DaffyD®
External Usenet User
 
Posts: 194
Default MS- DOS Screen


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


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blank screen with full screen dos window SlackerAPM General 5 August 7th 06 10:30 PM
Changing windows Start Screen and Shut Down Screen Javad Monitors & Displays 4 November 27th 04 04:36 PM
Changing windows Start Screen and Shut Down Screen Javad General 4 November 27th 04 04:36 PM
Computer gets to logo screen & then blank screen with blinking cursor Bill Hopkins General 0 September 2nd 04 09:05 PM
MS Dos prompt screen, has gone to full screen! W E B G U R L Setup & Installation 3 August 20th 04 02:26 AM


All times are GMT +1. The time now is 08:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.