make command prompt window stop truncating

stickybytes

Golden Member
Sep 3, 2003
1,043
0
0
I'm running a java program in the command prompt windows of winxp. Sometimes the output of my program exceeds the length of the command prompt window and so it erases the stuff that happens early in the output. how can i prevent this?
 

Snapster

Diamond Member
Oct 14, 2001
3,916
0
0
If you are generating more output that can be displayed in the window between user inputs, I would look into logging to a file if I were you (either cmd file redirect or java file output). I don't think you can change the output length of the command window.