in reply to Error line is too large for CMD window

You can increase the scrollback buffer on Windows cmd.exe:

  1. Right click the top left title bar and select "Properties"
  2. Select "Layout" tab
  3. In the "Screen Buffer Size" section, change "Height" to a larger value. (I use 3000 for 3000 lines of scrollback.)
  4. Press "OK"
  • Comment on Re: Error line is too large for CMD window