Browse thread
Howto execute a command without the "cmd" windows opening?
-
Matthieu Dubuget
- David Allsopp
- Alain Frisch
[
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: | Alain Frisch <alain@f...> |
| Subject: | Re: [Caml-list] Howto execute a command without the "cmd" windows opening? |
Matthieu Dubuget wrote: > Is there any way to run a program and get the process status without > using cmd.exe ? Did you try Unix.create_process? Alain