scrolling dos window
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
scrolling dos window
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
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.
Open the log file in Textpad, which can be configure to automatically reload it when a change occurs.