Browse thread
Re: [Caml-list] Howto execute a command without the "cmd" windows opening?
[
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: | 2009-11-04 (12:05) |
From: | Adrien <camaradetux@g...> |
Subject: | Re: [Caml-list] Howto execute a command without the "cmd" windows opening? |
That's a bit hackish but you can also try to change the COMSPEC environment variable which points to cmd.exe by default. --- Adrien Nader