From: Q
Subject: how do i stop a process?
Date: 
Message-ID: <1177454497.805826.194610@n35g2000prd.googlegroups.com>
Hi,

I am using the lispworks extension call-system-showing-output to run
an external process, but the process takes about 5 seconds to run, and
I only really need the first second or so of the process to run.  Then
I need it to die so I can access the file it was writing to.  Is there
some way I can send a SIGINT (from windows) to the process to kill it?