#SAS C V6 Is Here!
04-Oct-92 10:16:41
Sb: #28599-#SAS C V6 Is Here!
Fm: Doug Walker 71165,2274
To: tom miller 72760,3055
This is true. In 6.0 there are a couple of additional facts:
*) If you do keep the window, and you are running under
AmigaDOS 2.0, we add the /AUTO/CLOSE/WAIT flags to
the console spec, meaning the window won't actually
appear unless you *use* stdio.
*) You can change the device spec used to open the AmigaDOS
filehandle by declaring and initializing an external
variable. This means you can change the size of the window,
cause it to open NIL: instead of CON:, add a title,
whatever.
–Doug