[Openmcl-devel] Run-program on windows
Wimpie Nortje
wimpie at selectiveshare.com
Wed Jun 10 05:12:04 PDT 2015
Hi
I am trying to run external programs on WIndows with spaces in the path.
Is this solution provided by Ron Garret on 2014-02-16 the recommended
way to go?
> (let ((*WARN-IF-REDEFINE-KERNEL* nil)) (defun ccl::make-windows-command-
> line (strings) (setf strings (mapcar 'prin1-to-string strings))
> (reduce (lambda (s1 s2) (concatenate 'string s1 " " s2))
> (cdr strings) :initial-value (car strings))))
I am running CCL 1.10. Trunk doesn't look like it is fixed, but if it is
I will use that.
--
Wimpie Nortje
Strongroom - Host-proof notepad
Selective Share - Encryption-as-a-Service
https://www.selectiveshare.com[1]
Links:
1. https://www.selectiveshare.com/?pk_campaign=email-sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20150610/95f44a99/attachment.htm>
More information about the Openmcl-devel
mailing list