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
Simply run "mode cols,lines" to change the size of the current console window:
mode 120,60
will resize the console window to 120 columns and 60 lines