From: Mark Watson
Subject: Q: exec'ing another program from LispWorks?
Date: 
Message-ID: <8h0sub$i8e$1@nnrp1.deja.com>
When using Java, I often find it handy to
use Java as a scripting language, using
Runtime.exec to run an external program,
while capturing its output.

Is there a similar function built into LispWorks?

Thanks in advance for any information,
Mark

--
Mark Watson    www.markwatson.com


Sent via Deja.com http://www.deja.com/
Before you buy.
From: Marc Battyani
Subject: Re: exec'ing another program from LispWorks?
Date: 
Message-ID: <17D10F3996F527F6.3E9BC361242AB8F3.190C9FFB52A87437@lp.airnews.net>
Mark Watson <···········@my-deja.com> wrote in message
·················@nnrp1.deja.com...
> When using Java, I often find it handy to
> use Java as a scripting language, using
> Runtime.exec to run an external program,
> while capturing its output.
>
> Is there a similar function built into LispWorks?

use win32::open-pipe

look at :
http://services.harlequin.com/support/lisp/kbase.ns4/51fe6e1cdfe748a18025663
9005a2ba9/684307783d6f15a18525670f00014203?OpenDocument

Marc Battyani