Page 1 of 1

scrolling dos window

Posted: Tue Mar 26, 2002 3:36 pm
by Gin
Is there any way to capture and scroll back to program output from a java app. My program gives a lengthy output and I want to see all (more than the dos 25 lines) of it. I'm using Windows ME which doesn't have a setting for the dos window buffer size.

Re: scrolling dos window

Posted: Tue Apr 02, 2002 3:34 pm
by Jim Garacci
The way I've handled this before is to write the output to a log file instead of System.out.

Open the log file in Textpad, which can be configure to automatically reload it when a change occurs.