1

Possible Duplicate:
Widen the Win 7 command prompt window?

Any way to change the width of the windows command line / cmd.exe? How about using another "shell", is that possible?

me.at.coding
  • 1,667

1 Answers1

3

Right click on the title bar --> Properties --> Layout Tab You can set the layout of the window there.

Another option is to use the mode command.

mode <cols>,<lines>
mode 80,25
mode 120,50

You could also use a different terminal application, such as Console,

Ofiris
  • 1,997