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?
Modify cmd.exe properties using the command prompt Pretty much has what you're asking for. More on the topic, mode con: cols=160 lines=78 should achieve what you want. Change 160 and 78 to your values.
mode con: cols=160 lines=78
2.1m questions
2.1m answers
60 comments
57.0k users