I have a DOS shell I wrote years ago that I still use, but
suddenly after making some changes to it, it tries to come
up in "full screen" mode every time I run it. I know I
have all the properties for that particular .EXE set
correctly, but even if I put a return as the first line in
the main function, Windows still tries to run it full
screen instead of in a window. I can open a DOS window
(which stays as a window) and then when I try to run my
shell from the C: prompt, it still tries to go to the full
screen mode. So it is NOT the properties setting for that
window. And it is something that is happening before it
even hits the "main" function. Could it be some compiler
setting? I am using the Microsoft 1.52 16-bit VC
compiler. Any ideas would be apprecialted.