Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Change size of command prompt window  (Read 2425 times)

0 Members and 1 Guest are viewing this topic.

Yogesh123

    Topic Starter


    Beginner

    Change size of command prompt window
    « on: June 25, 2010, 05:14:03 AM »
    through batch program, How do i change / reduce the size of running command prompt window?

    Thanks in advance!!

    Salmon Trout

    • Guest
    Re: Change size of command prompt window
    « Reply #1 on: June 25, 2010, 05:50:08 AM »
    the MODE command

    e.g.

    Code: [Select]
    MODE con: cols=80 lines=50

    Yogesh123

      Topic Starter


      Beginner

      Re: Change size of command prompt window
      « Reply #2 on: June 25, 2010, 06:51:17 AM »
      Thanks a lot dear Salmon Trout !!
      it works great.