I'm using pure DOS 6.22 within Microsoft Virtual PC 2007 and everything works perfectly, except I can't change my display mode from 80 columns to 132. I tried MODE CON: COLS=132 and DOS complained about this. It's my understanding that VESA has this capability and VGA does not. In UNIX, all you have to do is change to CO#=132 in terminfo to accomplish this. Anyone know how I can achieve 132 in pure DOS?
feedback
|
|
The DOS "mode" command is very limited. You'll need to use a third-party tool called "vmode" which you can read about here: WPDOS Text Mode Survival Guide Within that document, search for "vmode.exe" and you'll find the following download link for this small tool: vmode.exe I used this tool many years ago to increase the screen size with Norton Commander and various other DOS applications, and found it especially useful for developing my ASM programs to use any screen size (having a different number of columns proved very useful for testing). I hope this is what you're looking for. | |||||||||||
feedback
|
