Actually, for the answer to (1), you can make the window text bigger by adjusting the font, but you'll need to do it in a shortcut.
Create a shortcut that starts your gwbasic application.
Use the shortcut to start the program.
Right click on the console window's menubar to get a pop-up menu. Choose "Properties".
Make all the changes you like until you are satisfied with the result.
Click "OK" and then select the option to modify the shortcut that started the program.
If you mean that you want more columns/lines than 80x25, then you will have to poke around in memory to do it (as XP still supports the old DOS subsystem). You will probably have to use some assembly language routines to change the display mode (it has been a while, so I don't remember how, exactly...). You are most likely to have success if you use 80x50.
You might also want to look through " Running GW-BASIC under Windows ".
Hope this helps.
Duoas
Postaholic
2,043 posts since Oct 2007
Reputation Points: 1,140
Solved Threads: 229
The OP already knows Alt-ENTER, and has complained that the resolution is poor, and asked how to fix the fixed-size Windows window.
I missed the 60k space question (sorry) but this is an old, 16-bit DOS program. You cannot increase the operating space.
Using WIDTH 40 is hardly helpful for increasing the character resolution.
The SCREEN modes listed don't help either. Mode 0 is MDI text. mode 1 is CGA 4 color graphics, 320x200 pixel, and mode 2 is 2 color, 640x200 pixel graphics --both of which are likely lower resolution than mode 0. The highest resolution graphics mode you can get with GWBASIC is SCREEN 9, which probably won't work... Read more here . In any case, switching to a graphics mode is not a good option unless you are doing graphics.
Duoas
Postaholic
2,043 posts since Oct 2007
Reputation Points: 1,140
Solved Threads: 229
there can be only one possible answer to such a "request", and that's "REQUEST DENIED".
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337