Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Meaningless Drivel and the fly likes win98: scrolling command prompt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other » Meaningless Drivel
Reply Bookmark "win98: scrolling command prompt" Watch "win98: scrolling command prompt" New topic
Author

win98: scrolling command prompt

Bert Bates
author
Sheriff

Joined: Oct 14, 2002
Posts: 8712
I'm working with this old win98 machine (don't ask :roll: ).

The DOS prompt window doesn't scroll

I thought I'd try to harness the collective wisdom of JavaRanch

I'm open to creative solutions to getting a scrollable dos prompt window - (except that I have to stay with win 98).

Any thoughts?

Thanks!


Eliminate fossil fuel subsidies. (If you're not on the edge, you're taking up too much room.)
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
I fired up the VM with 98se to see if I could figure it out. No luckm than I searched Google Groups to find this old discussion.
http://groups.google.com/group/microsoft.public.win98.gen_discussion/browse_thread/thread/2bf7b95f355f2c93/0089f8bccd338c90?lnk=st&q=&rnum=1#0089f8bccd338c90
Eric
Bert Bates
author
Sheriff

Joined: Oct 14, 2002
Posts: 8712
Thanks Eric -

Well scrollit is kind of a hack - not too bad, but not great...

Anyother ideas?

Thanks!
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Originally posted by Bert Bates:
Thanks Eric -

Well scrollit is kind of a hack - not too bad, but not great...

Anyother ideas?

Thanks!


Everything you do in the dos window, pipe to a file.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: win98: scrolling command prompt
 
Similar Threads
Exit to MS DOS
Interpreting UTF-8 in a Java program
Really, really stupid question
javac command is too long to type in DOS window. Solution?
clrscr() in JAVA ???