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

Adding scroll bars to command window



 
 
Thread Tools Display Modes
  #1  
Old June 1st 07, 12:58 AM posted to microsoft.public.win98.gen_discussion
alfrodsal
External Usenet User
 
Posts: 1
Default Adding scroll bars to command window

I am running Windows 98 SE. I cannot seem to configure a command window to
add scroll bars that would allow me to run a command from the ms-dos prompt
and examine its entire output. I would like to be able to examine the output
of the command, but right now it just scrolls off the screen leaving only as
many lines as fit on the screen. I would appreciate any assistance with this.
  #2  
Old June 1st 07, 03:23 AM posted to microsoft.public.win98.gen_discussion
AlmostBob
External Usenet User
 
Posts: 187
Default Adding scroll bars to command window

dos does not scroll back
there are workarounds
many accept /p and output one screenpage at a time till a key is pressed
program textfile.txt directs the output of well behaved dos programs to a
text file that can be read with notepad(or replacement) not all are well
behaved

--
-- -- -- -- --
Adaware http://www.lavasoft.de
spybot http://www.safer-networking.org
AVG free antivirus http://free.grisoft.com/
Etrust/Vet/CA.online Antivirus scan
http://www3.ca.com/securityadvisor/virusinfo/scan.aspx
Super Antispyware http://www.superantispyware.com/
Panda online AntiVirus scan http://www.activescan.com
Panda online AntiSpyware Scan
http://www.pandasoftware.com/virus_info/spyware/test/
Catalog of removal tools (1)
http://www.pandasoftware.com/download/utilities/
Catalog of removal tools (2)
http://www3.ca.com/securityadvisor/n...aspx?CID=40387
Trouble Shooting guide to Windows http://mvps.org/winhelp2002/
Blocking Unwanted Parasites with a Hosts file
http://mvps.org/winhelp2002/hosts.htm
links provided as a courtesy, read all instructions on the pages before
use
Grateful thanks to the authors/webmasters
_
"alfrodsal" wrote in message
...
I am running Windows 98 SE. I cannot seem to configure a command window to
add scroll bars that would allow me to run a command from the ms-dos

prompt
and examine its entire output. I would like to be able to examine the

output
of the command, but right now it just scrolls off the screen leaving only

as
many lines as fit on the screen. I would appreciate any assistance with

this.


  #3  
Old June 1st 07, 11:37 AM posted to microsoft.public.win98.gen_discussion
Ingeborg
External Usenet User
 
Posts: 217
Default Adding scroll bars to command window

=?Utf-8?B?YWxmcm9kc2Fs?= wrote:

I am running Windows 98 SE. I cannot seem to configure a command
window to add scroll bars that would allow me to run a command from
the ms-dos prompt and examine its entire output. I would like to be
able to examine the output of the command, but right now it just
scrolls off the screen leaving only as many lines as fit on the
screen. I would appreciate any assistance with this.


The standard dos trick for this is

program | moreenter

The output of program is redirected to the program more, which buffers it,
and show it screen by screen or line by line.
  #4  
Old June 1st 07, 12:01 PM posted to microsoft.public.win98.gen_discussion
Don Phillipson
External Usenet User
 
Posts: 524
Default Adding scroll bars to command window

"alfrodsal" wrote in message
...

I am running Windows 98 SE. I cannot seem to configure a command window to
add scroll bars that would allow me to run a command from the ms-dos

prompt
and examine its entire output. I would like to be able to examine the

output
of the command, but right now it just scrolls off the screen leaving only

as
many lines as fit on the screen. I would appreciate any assistance with

this.

1. Command parameter /P causes output
displays to show one screen at a time, requiring
keyboard input before the next screenful displays.
Command MORE may be similar.
2. The MS-DOS pipe function FILENAME.TXT
writes output to an ASCII file thus named.

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)


  #5  
Old June 2nd 07, 09:02 PM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Adding scroll bars to command window

alfrodsal wrote:
| I am running Windows 98 SE. I cannot seem to configure a command
| window to add scroll bars that would allow me to run a command from
| the ms-dos prompt and examine its entire output. I would like to be
| able to examine the output of the command, but right now it just
| scrolls off the screen leaving only as many lines as fit on the
| screen. I would appreciate any assistance with this.

You can get a scroll bar on the right of a Windows DOS box, but it is
imperfect. I get one, anyhow, set this way...

(a) "START button, Programs, MS-DOS Prompt"
Don't click it. R-Clk it, & select "Properties".

(b) At the Screen tab, select "50 lines".

(c) At the Font tab, I am set at "13 x 22". Other settings are possible,
but some will result in an unreadable DOS screen.

I think that's what does it. So, you still cannot scroll back beyond
that number. So, the methods the others have said are better: Use /p
when possible, pipe it to MORE, or send it to a file.


  #6  
Old June 3rd 07, 12:54 AM posted to microsoft.public.win98.gen_discussion
Franc Zabkar
External Usenet User
 
Posts: 1,702
Default Adding scroll bars to command window

On Thu, 31 May 2007 16:58:01 -0700, alfrodsal
put finger to keyboard and
composed:

I am running Windows 98 SE. I cannot seem to configure a command window to
add scroll bars that would allow me to run a command from the ms-dos prompt
and examine its entire output. I would like to be able to examine the output
of the command, but right now it just scrolls off the screen leaving only as
many lines as fit on the screen. I would appreciate any assistance with this.


In addition to the other suggestions, you may want to configure the
window for 50 lines rather than 25. You can do this during an existing
DOS session by typing ...

mode co80,50

.... otherwise you can change the properties of the MS-DOS Prompt
shortcut as described by PCR.

Use Alt-Enter to toggle between fullscreen and windowed mode.

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.
  #7  
Old June 3rd 07, 06:42 PM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Adding scroll bars to command window

Franc Zabkar wrote:
| On Thu, 31 May 2007 16:58:01 -0700, alfrodsal
| put finger to keyboard and
| composed:
|
|I am running Windows 98 SE. I cannot seem to configure a command
|window to add scroll bars that would allow me to run a command from
|the ms-dos prompt and examine its entire output. I would like to be
|able to examine the output of the command, but right now it just
|scrolls off the screen leaving only as many lines as fit on the
|screen. I would appreciate any assistance with this.
|
| In addition to the other suggestions, you may want to configure the
| window for 50 lines rather than 25. You can do this during an existing
| DOS session by typing ...
|
| mode co80,50

Right. I have something like that in DOSStart.bat...
mode con lines=50

It will set a True DOS screen to fifty lines, yea, after a Restart to
MS-DOS Mode.

| ... otherwise you can change the properties of the MS-DOS Prompt
| shortcut as described by PCR.
|
| Use Alt-Enter to toggle between fullscreen and windowed mode.
|
| - Franc Zabkar
| --
| Please remove one 'i' from my address when replying by email.

--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
Should things get worse after this,
PCR



 




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
Closing the opened window through command line [email protected] General 1 October 13th 06 08:08 PM
window position of command prompt / older apps A. General 1 May 3rd 06 07:36 PM
Question on running a file from the DOS run command window Jim General 2 April 7th 06 12:53 AM
Adding separator bars to Start Menu ralphie Monitors & Displays 5 October 1st 04 05:24 PM
Close command window Mikey Internet 1 June 6th 04 06:12 PM


All times are GMT +1. The time now is 10:56 AM.


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