These procedures provide an interface to the popen
and
pclose
system routines.
OPEN_READ
or OPEN_WRITE
.
(open-pipe command OPEN_READ)
.
(open-pipe command OPEN_WRITE)
.
open-pipe
, then waits for the process
to terminate and returns its status value, See section Processes, for
information on how to interpret this value.
close-port
(see section Closing Ports) can also be used to
close a pipe, but doesn't return the status.
Go to the first, previous, next, last section, table of contents.