Question

I am on windows xp,

Is there any way to maximize my cmd.exe window?

I am doing some mysql and it is so difficult to read results of my queries in such a small window.

Why maximize does not really maximizes it? Is there a way for maximizing? Or maybe an alternative command prompt I can use?

thanks

Was it helpful?

Solution

I would recommand that you use powershell

http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx

It also support full screen mode, and some other nice feature.

OTHER TIPS

Click on the top left icon in the window (the "C:\" one) and select "Properties".

Then select the "Layout" tab and change the window size to what you want it to be (I have 128x50 for the screen and 128x999 for the scroll buffer). You can also optionally set the top left position (I always have it at 1,1) if you don't want Windows itself deciding where the window goes.

When you click on OK, make sure you tell it to modify the shortcut that started the window.

Then it will remember.

This is for XP, other MS operating systems may vary slightly but the general idea should be the same.

Try this:

  1. In the Command window, right click the Title bar and select Properties from the popup menu. The property sheet appears.

  2. In the property sheet, select 'Full Screen' in the 'Display Options' box.

  3. Close the property sheet by clicking OK and select 'Save proeprties for future windows with same title'.

Command Window Default Properties

Click on the sytem menu, or with focus set on the Command Windows, press Alt+Space, and select Properties. Change your Font, Window Size, and so on. I always change my Window Size (on the Layout tab) to Width 80 by Height 65 and Screen Buffer Size to 80 by 300.

Check out Console2, it seems to be about the most promising window enhancement for cmd.exe.

I have to say, cmd.exe is probably the worst part of windows! Especially the copy pasting support, etc.

Personally, I use putty to ssh into a Linux box when I really need to do command line work, you can't go past Bash.

Even though you could install that on windows using Cygwin, which will allow you to use another console, although this doesn't have the ability to override the windows cmd.exe, it might be worth a shot given that you are trying to use a command line application, and not windows :).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top