<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
In ACL one starts a process with a function as follows:<br>
<br>
(mp::process-run-function <br>
'start-raps<br>
rap::rap-state* 2 nil)<br>
<br>
where you give process-run-function the function name and the rest
are the args to that function.<br>
<br>
I couldn't really find how to do that in abcl. system::run-program
was the closest thing but the definition in the manual didn't seem
to be what I was looking for.<br>
<br>
Any help in this direction would be appreciated.<br>
Pete<br>
</body>
</html>