1.

Solve : How to change the size of the window in a batch file?

Answer»

This is a frequently asked question so I thought I might POST this.

To change the size do this command.


Code: [Select]mode con cols=? lines=? >nul

Then where the question marks are you insert how many columns ACROSS you want and how many lines down.
I don't know if the command mode is on every computer. But it was on my computer by default.
I also figured this out at MasterJakeOnline, a small PROGRAMMING website.Cool, thanks.

By the way, is that Greek in your sig?YES, don't READ it, it's a super secret .



Discussion

No Comment Found