Browse thread
Re: [Caml-list] Howto execute a command without the "cmd" windows opening?
-
Matthieu Dubuget
- Matthieu Dubuget
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: [Caml-list] Howto execute a command without the "cmd" windows opening? |
>> It's been on my todo list to wrap the CreateProcess Win32 API function[1] in >> a C stub function - someone else may have done this (possibly in >> ocaml-win32[2] or something like that), though. The API is very simple (most >> parameters will be NULL) so the stub would not take long to write. >> >> >> > Thank you David. I'll go this way, then. > > Matt > If i find a way to read the exit status of the process… Matt