On Mon, Dec 19, 2016 at 2:32 AM, Jean-Claude Beaudoin
<jean.claude.beaudoin@gmail.com > wrote:
>
>
(...)
> 2) test-run-program.script
>
> .../uiop/launch-program.lisp is incomplete for MKCL on windows and needs to
> be patched
> as per attached file to be in any way functional in that context.
> Once patched accordingly and applied to very latest MKCL repo master head
> this test now passes.
>
+ #+(or mkcl) (list "cmd" (strcat "/c " command))
The list seems very wrong, unless MKCL doesn't quote its arguments to
the win32 spawn function, which is probably wrong in its own right.
Can you confirm how to execute
a raw CMD command line with MKCL?