HEELPBOOK - RESIZE COMMAND PROMPT (CMD.EXE) WINDOW THROUGH COMMAND "MODE" (Microsoft Windows) ######################## ###### SCENARIO I want to resize the command prompt window in a batch file, is it possible to set a height and width through something I can just add in the batch file? ###### SOLUTION mode con:cols=[whatever you want] lines=[whatever you want] The unit is the number of characters that fit in the command prompt, for example: mode con:cols=80 lines=100 ...will make the command prompt 80 ASCII chars of width and 100 of height. ############ ARTICLE INFO ############# Article Month: January Article Date: 16/01/2013 Permalink: http://heelpbook.altervista.org/2013/resize-command-prompt-cmd-exe-window-through-command-mode-microsoft-windows/ Source: http://stackoverflow.com/questions/8688846/resize-command-prompt-through-commands Language: English View more articles on: http://www.heelpbook.net/ Follow us on Facebook: http://it-it.facebook.com/pages/HeelpBook/100790870008832 Follow us on Twitter: https://twitter.com/#!/HeelpBook Follow us on RSS Feed: http://feeds.feedburner.com/Heelpbook Follow us on Delicious: http://delicious.com/heelpbook Linkedin: http://it.linkedin.com/pub/stefano-maggi/27/73a/b20 Google+ : https://plus.google.com/116990277568167008289/posts