diff -r 49735af70121 -r 639665016a27 cmd.rst --- a/cmd.rst Fri Oct 14 23:48:24 2011 +0300 +++ b/cmd.rst Sun Nov 20 20:14:48 2011 +0200 @@ -96,6 +96,12 @@ $ for /f "tokens=1 delims=" %%s in (users.txt) do (echo %%S & command "%%S") >> outputfile.txt +Resize cmd window. +================== +:: + + cmd# mode CON: COLS=120 LINES=40 + Limits. =======