1.

Solve : Resizing Command Window?

Answer»

Hi Every 1,

Is It Possible To Resize Command Prompt Window Through Command Line

If Yes, Please Post The Command Line Both of these will work:

MODE con: cols=40 lines=10

mode 40,10

Change the numbers to your specs.

Note: you can also use these same commands in a batch file.Thanx Sidewinder

But Can You Please Give Me An Example (Where To Write , HOW The Format Shld Be)Quote from: the_mad_joker on May 21, 2010, 12:47:53 AM

Thanx Sidewinder

But Can You Please Give Me An Example (Where To Write , HOW The Format Shld Be)

You were given TWO examples. You can write the mode command either at the command prompt to change the existing window, within a batch file to change the existing window, or with the start command to change the dimensions of a new window. The numbers (dimensions) I used are arbitrary. Within physical limitations, you can SET them as needed.

You can get further details by typing mode /? at the command prompt. The mode command can configure other system devices besides the CONSOLE.

With a little imagination you can even mimic an input BOX for your batch files.

You Are Amazing Dude Thanxxxxxxxxxxxxxxx


Discussion

No Comment Found