<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks all. This was indeed my question... Too bad creation of a dos
window isn't done lazily... :)<br>
<br>
It would indeed be interesting to have still more control over the dos
window, so you could close the dos window after user input. (And
closing a dos window shouldn't necessarily always close your program. )
Shouldn't be too difficult, I guess...<br>
<br>
Maarten<br>
<br>
Duncan Coutts wrote:
<blockquote cite="mid1150209337.17324.240.camel@localhost" type="cite">
  <pre wrap="">On Tue, 2006-06-13 at 16:23 +0200, Maarten wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Dear all,

Is it somehow possible to suppress the dos window (in windows), for 
example to run tasks in the background?
Couldn't find it anywhere in the documentation. Any suggestions 
appreciated. Thanks.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There's an FAQ on this on the Gtk2Hs site:

<a class="moz-txt-link-freetext" href="http://haskell.org/gtk2hs/archives/2005/06/23/hiding-the-console-on-windows/">http://haskell.org/gtk2hs/archives/2005/06/23/hiding-the-console-on-windows/</a>


The thing you have to watch out for is using standard IO functions when
the process's stdin/stdou/stderr are not connected to anything. So if
your program does not use the stdio at all then you're ok, or if you
launch the program with redirected standard io handles (eg to pipes)
then you're probably also ok.

Duncan



  </pre>
</blockquote>
<br>
</body>
</html>