
Is there a simple way to execute a different process from a Haskell program, waiting for it's termination and then continuing with the next IO action? Or does one have to use the forkIO & waiting for the child process - stuff? regards _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Hi! On Sun, Jun 06, 2004 at 09:33:39PM +0000, Gerd M wrote:
Is there a simple way to execute a different process from a Haskell program, waiting for it's termination and then continuing with the next IO action?
Have a look at the module System.Cmd. Greetings, Carsten -- Carsten Schultz (2:38, 33:47), FB Mathematik, FU Berlin http://carsten.codimi.de/ PGP/GPG key on the pgp.net key servers, fingerprint on my home page.
participants (2)
-
Carsten Schultz
-
Gerd M