caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Howto execute a command without the "cmd" windows opening?
@ 2009-11-04 11:15 Matthieu Dubuget
  2009-11-04 11:22 ` [Caml-list] " David Allsopp
  2009-11-04 12:22 ` Alain Frisch
  0 siblings, 2 replies; 8+ messages in thread
From: Matthieu Dubuget @ 2009-11-04 11:15 UTC (permalink / raw)
  To: caml-list

Hello,

I'm trying to run a separated program from an ocaml program (linked with
"-subsystem windows" flexlink option). I'm using mingw flavour of Ocaml.

The program to run separately is also an ocaml program, linked with
"-subsystem windows".

The problem is that a "c:\windows\system32\cmd.exe" windows pops up: I'd
like to avoid this.

I tried Sys.command and Unix.system without success.

Is there any way to run a program and get the process status without
using cmd.exe ?

Thanks

Matt


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-11-04 13:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-04 11:15 Howto execute a command without the "cmd" windows opening? Matthieu Dubuget
2009-11-04 11:22 ` [Caml-list] " David Allsopp
2009-11-04 11:24   ` Matthieu Dubuget
2009-11-04 11:54     ` Matthieu Dubuget
2009-11-04 12:04       ` David Allsopp
2009-11-04 12:05       ` Adrien
2009-11-04 12:22 ` Alain Frisch
2009-11-04 13:58   ` Matthieu Dubuget

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).