How do I freeze a DOS window?

dcpsoguy

Diamond Member
Nov 5, 2000
3,252
0
0
I am running mdutil.exe, which opens up a DOS screen. The thing is, it gives me all the info I need, but it doesnt give me enough time to look at all the info. It just exits after it is done showing its info. So, my question is, How do I freeze a DOS window so it wont exit out?
 

SPAnDAU

Senior member
Oct 15, 1999
677
0
0
open a dos box, then run the command.

Go to RUN, type command.com, then run mdutil.exe.
 

HansXP

Diamond Member
Jun 1, 2001
3,093
0
0
You need to first open the command line. Go to start - run and type "cmd" (for win2K) or "command" (for win9x) Then run the program from the prompt.
 

dcpsoguy

Diamond Member
Nov 5, 2000
3,252
0
0
How would I do that spandua?

I have UltraEdit. Do i just run edit mdutil.exe in Ultraedit?
 

zhl530

Member
Jun 18, 2001
53
0
0
sorry, i have no UltraEdit at hand. As I remember, you can press F9 under UltraEdit(call the dos box), run your program and come back. The msg will display in the UltraEdit window.
 

grant2

Golden Member
May 23, 2001
1,165
23
81
This might suit your needs better:

mdutil > results.txt

This will echo all the results to a file for you to examine at your leisure. The + side is that if you get more than 1 screen worth of text it's all saved in the file.
 

Prodigy^

Diamond Member
Oct 10, 1999
4,044
1
0
if your comp is slow enough :p you can freeze a dos window with Ctrl+S. press it again to un-freeze
 

Atropos

Member
Dec 15, 1999
27
0
0
I ran into a similiar problem a few days ago, and I really wanted to remember how to increase the buffer (terminology may be wrong) in DOS, so you can scroll back up through the screens, but couldn't. Any one remember the command to do that?
 

dullard

Elite Member
May 21, 2001
25,813
4,357
126


<< I ran into a similiar problem a few days ago, and I really wanted to remember how to increase the buffer (terminology may be wrong) in DOS, so you can scroll back up through the screens, but couldn't. Any one remember the command to do that? >>



The easiest way is to make a DOS link. Right click on the icon. Select properties, select layout, then change the buffer size as high as you want.

Grant2's file saving would have been my second choice.

A third choice, try following the command with |more or /p (one of them probably will work, but which one will vary with each DOS command or program, these both pause the screen after it fills, then allows you to continue by pressing a key). That symbol in front of |more is the stretched-out looking colon.
 

Andy22

Golden Member
Jun 8, 2001
1,425
0
71
Atropes: In NT4 go to the control panel and open &quot;console&quot;. There you can set all the properties for your DOS windows including the Size buffers.