How can I change the width of a Windows console window?

前端 未结 11 2225
一向
一向 2020-12-05 07:06

Is it possible to programmatically, or otherwise, increase the width of the Windows console window? Or do I need to create a wrapper program that looks and acts like the con

11条回答
  •  爱一瞬间的悲伤
    2020-12-05 07:28

    There is a window's api function to set the width. Here's a tut on it. http://www.adrianxw.dk/SoftwareSite/Consoles/Consoles6.html

提交回复
热议问题