for Windows10,Windows8,Windows7,VISTA,
XP,NT,Server 2000,Server 2003,Server 2008
Home
Source Script
Batch Files
Functions
Function Library
Script Snippets
Interfacing
Tips and Tricks
Copy Tips
Menu in Batch
String Manipulation
String Operations
Date and Time
Arithmetic
FTP Batch Script
Command Index
Tutorials
My First Batch
Solid Framework
Functions
Persistency
Forum
General
Terms of Use
Enablers
About Us
Contact Us
Others
Want donate a cup of Cafe? . click .
Window Size
Change the Window Size.
Description:
To control the size of a window use the
MODE
command. The example shows how to size a window 90 characters horizontal and 10 lines vertical.
Script:
1.
2.
::: -- Set the window size --
MODE CON: COLS=90 LINES=10