cmd - Telnet output overflow, not able to see complete output -
i working on simulator,the simulator connects telnet , outputs printf's on telnet window. tried increasing buffers , in properties output overflows. not able type on telnet prompt. there way se finish output on telnet prompt??
as can see cannot see entries above (21....) in telnet screen.i cannot type in telnet prompt. help!!!
i would've guessed input line either covered taskbar or off bottom of display before saw screenshots. i'm not sure whether window height beingness maxed out has problem, reply based on possibility of it. seek leaving screen buffer size high window size closer normal.
if you've got powershell installed, seek batch script set console window size , buffer before telnet.
@echo off setlocal set width=80 set height=35 set buffer=9999 mode con: cols=%width% lines=%height% powershell -command "&{$h=get-host;$w=$h.ui.rawui;$b=$w.buffersize;$b.width=%width%;$b.height=%buffer%;$w.buffersize=$b;}"
(source)
cmd telnet
No comments:
Post a Comment