1. How make large dos window in .exw programs?
I want to make my "Win32Lib Examples Gateway" check for where various
versions of Win32Lib are and offer user the opportunity to select which to
use; but since I need to do this before the "include Win32Lib" (so I can use
the result of the choice to hardpath the Win32Lib include), I need to do
this in a dos window. But this window is not full sized, which I would like
it to be.
So my question is, how can I make the dos window that comes up when you
puts() from in an .exw program MAXIMIZED instead of partial screen size as
it comes up now?
Dan Moyer