Resize windows command line prompt?
        Posted  
        
            by 
                Yuval
            
        on Super User
        
        See other posts from Super User
        
            or by Yuval
        
        
        
        Published on 2009-12-04T23:01:53Z
        Indexed on 
            2012/12/03
            11:30 UTC
        
        
        Read the original article
        Hit count: 237
        
Windows
I'm working on a Windows xp machine. I wrote a program in assembly that outputs some text, and am trying to create a screenshot of the command line output (start->run->"cmd").
The problem is that the text initially printed by the program gets pushed up by later text and I cannot scroll to it.
I tried playing around with the width and height under properties => layout but it seems to resize the window itself (the borders) without resizing the textarea inside the window (text does not have more "room", but the window is bigger).
Does anybody know a workaround/solution for this?
Thank you!
© Super User or respective owner