On 08/02/2012, Paolo Donadeo <p.dona...@gmail.com> wrote: > I use Unix.system but: what popup?
I guess the "cmd.exe" one since Sys.command and Unix.system use the same underlying function: system(3). As far as I remember, Unix.create_process will not pop any additional(*) window. (*) Of course, there's no magic here: if the process itself opens a console window, you will always get one. Linking with "gcc -mwindows" or "ld --subsystem windows" (not sure about the syntax for ld) would solve it. If you can't link again, you can still modify the binary with a tool or by hand since it's a single bit (maybe two) in the PE header. Hope this helps, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs